[google-appengine] Re: 404 after project wrongly suspended for social engineering and then reinstated

2022-02-09 Thread Tycho Bellers
I have already tried redeploying a new version, but that does not have any effect. The only routing configuration I have is in app.yaml: runtime: nodejs14 handlers: # Serve all static files with urls ending with a file extension - url: /(.*\..+)$ static_files: dist/\1 upload: dist/(.*\..+)$ #

[google-appengine] Re: 404 after project wrongly suspended for social engineering and then reinstated

2022-02-09 Thread 'Darrell (Cloud Platform Support)' via Google App Engine
Hi, This sounds like a routing issue. Can you try redeploying your app as a new version and migrate all traffic[1] to that version? If that does not work, can you provide some information about how you are routing your requests[2]? [1]