Hello there
first let me congratulate Anvil team for the incedibile and unexpected full functionality of the web IDE even on a smartphone screen.
I currently cannot access a PC and was forced to use my cellphone for some troubleshooting and yes, it was a little tricky, but evetything worked smooth, and I really didn’t expect that.
So thumbs up!
Now to the problem.
Today starting at 13 until 17 one of my app suffered coninuous errors of this kind:
Now, the referenced line is a 1-line call:
And also the called function is very very simple:
@anvil.server.callable
def notify():
anvil.http.request(url = "https://notification-receiver-app.anvil.app/_/api/notify/my-secret-api-key-dbea3e9d417c")
Any idea of what the cause of the error could be?
I’ve already an email thread with Anvil support on my apps consuming too much memory but I can’t see how this call chain, that really sums to a single HTTP GET, can be problematic and cause this errors stripe:
I can move it to the client code but I dont like the api key to be exposed on the client.
Thanks for helping



