[Fixed] Forms not showing

My apps run, but when I click around none of my forms seem to load.

One is an app I’ve not touched in a while, another seems to have some random code in one of the modules. Again, I’ve not touched that code in a few days and its been working fine.

Has something been restored from a backup somewhere?

edit - this is affecting even published apps (that were published a while back and were working at least until yesterday afternoon).

edit 2 - seems to be back up now, can someone at Anvil confirm this is ok or whether I should hold off editing for a bit?

Yes all ok now. Sorry for that.

1 Like

Our apps are down currently, all of them as of around 10AM EST 08/25

hi @ali can you be more specific?

Same issue as this thread, forms don’t load, they’re all blank. No errors or anything.

Thanks - investigating

This isn’t system wide. My Applications are running fine.

Hi @ali

It looks like your apps try to make an HTTP request to a web app hosted on pythonanywhere, which never responds. As you do this in the __init__ method of your form, this blocks your page from rendering.

So you’re quite right, this does look like the same problem, but is actually unrelated! I would look at your pythonanywhere scripts.

Thank you for the quick response and debug! Will look into it ASAP, appreciate it.