I've been trying to deploy an app onto appengine, and i keep getting this error while trying to load the webpage. The deployment has gone well with no erros.
I've seen a very similar question about this issue and tried to increase the RAM to max (B8-instnace).
I will say the app is high-mem demanding, but it runs locally.
my app.yaml file
runtime: python37
instance_class: B8
basic_scaling:
max_instances: 11
idle_timeout: 10m
Is it possible it's not a memory issue and actually something else? Any help with the issue will be great.