[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/(.*\..+)$
# catch all handler to index.html
- url: /.*
static_files: dist/index.html
upload: dist/index.html

On Wednesday, February 9, 2022 at 9:32:48 AM UTC-8 Darrell (Cloud Platform 
Support) wrote:

> 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] 
> https://cloud.google.com/appengine/docs/standard/nodejs/migrating-traffic#migrating_traffic_to_a_new_version
>  
> [2] 
> https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-routed
>
> On Tuesday, February 8, 2022 at 12:41:12 PM UTC-5 tycho.be...@gmail.com 
> wrote:
>
>> I am using app engine to host a website for my Discord bot.
>>
>> My website was wrongly suspended for "social engineering" and shortly 
>> after was reinstated after an appeal (this has happened twice already).
>>
>> The emails I received mentioned a specific URL of my website:
>> https://discord-dictionary-bot.uc.r.appspot.com/docs/settings
>>
>> It has now been a few days after the project was reinstated, but I still 
>> cannot access the home page (
>> https://discord-dictionary-bot.uc.r.appspot.com) and the docs/settings 
>> page (https://discord-dictionary-bot.uc.r.appspot.com/docs/settings). 
>> They just return a 404 with the following message:
>> "Error: Page not found
>> The requested URL was not found on this server"
>>
>> All other pages of the website work fine, but since the homepage doesn't 
>> work you need to know the exact URL to visit them. (For example 
>> https://discord-dictionary-bot.uc.r.appspot.com/docs/commands)
>>
>> Interestingly, you can still visit the home page and docs/settings page 
>> if you specify default (and only) service in the URL: 
>> https://default-dot-discord-dictionary-bot.uc.r.appspot.com/
>>
>> How can this be fixed?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/845e8440-b7c7-4a78-94d9-4aa90c090fean%40googlegroups.com.


[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] 
https://cloud.google.com/appengine/docs/standard/nodejs/migrating-traffic#migrating_traffic_to_a_new_version
 
[2] 
https://cloud.google.com/appengine/docs/standard/python3/how-requests-are-routed

On Tuesday, February 8, 2022 at 12:41:12 PM UTC-5 tycho.be...@gmail.com 
wrote:

> I am using app engine to host a website for my Discord bot.
>
> My website was wrongly suspended for "social engineering" and shortly 
> after was reinstated after an appeal (this has happened twice already).
>
> The emails I received mentioned a specific URL of my website:
> https://discord-dictionary-bot.uc.r.appspot.com/docs/settings
>
> It has now been a few days after the project was reinstated, but I still 
> cannot access the home page (
> https://discord-dictionary-bot.uc.r.appspot.com) and the docs/settings 
> page (https://discord-dictionary-bot.uc.r.appspot.com/docs/settings). 
> They just return a 404 with the following message:
> "Error: Page not found
> The requested URL was not found on this server"
>
> All other pages of the website work fine, but since the homepage doesn't 
> work you need to know the exact URL to visit them. (For example 
> https://discord-dictionary-bot.uc.r.appspot.com/docs/commands)
>
> Interestingly, you can still visit the home page and docs/settings page if 
> you specify default (and only) service in the URL: 
> https://default-dot-discord-dictionary-bot.uc.r.appspot.com/
>
> How can this be fixed?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8103284c-c1dc-4afe-8ec8-8e84d3ead9aan%40googlegroups.com.