I’m working with a local database and using Anvil locally. I’m using an individual Anvil plan.
The issue is that when my table contains more than 10-15 rows of data and I’m trying to display them, I always have error “TimeoutError: Server code took too long” after 30 seconds. I saw that these limitations only happen with the free plan of Anvil, which isn’t the case here.
I read on Anvil that it could also be a variable name conflict in the server module.
However, in that case, the error should always raise while I can see it only when we have many rows of data.