Hi all,
Our website running on App Engine has since yesterday a quite strange problem with "random request infinite loading".
Project is simple implementation of NextJS with little custom webserver. This website is running few months in production and there was no problem till yesterday. Now when I open website, few fetching requests of css, images, etc are stuck in state of "pending".
We have same issue on older versions in our AE directory - but all these older versions were running in production few days later without problems. So I can say that there is nothing wrong with our code.
It looks like there is some issue with loadbalancing these requests between instances, because when is just one instance it seems ok. I've try to redeploy few times, create new project and deploy our app - there is still same behaviour.
Do you have idea how to fix it, or how can I contact GC support about this issue?
Thank you very much,
Lukas