I am currently trying to import data in my database through my webapp, which is hosted on azure (the data is stored in an xlsx file).
The problem I have is that azure gives me a server time out error after around 4 minutes everytime, even though the import process works like a charm when I am working offline.
The exact error message is the following: 500 the request timed out web server failed to respond azure.
If somebody ever encountered that message and has a clue how to solve it, I would appreciate any help.
Thanks!