I have a rather simple CSV import set up with a query that checks if the record exists and then some inserts.
On the front-end there’s an on:success
notification to see when the import finishes…
It all works great on small CSV files (few hundred rows) but using a larger one causes some problems…
If the operation takes more than 1 minute I get “405 Not Allowed”
EVEN THOUGH the database is still processing it and adding records - albeit not all of them… Out of around 2k rows I get roughly 1700…
If I split the CSV into smaller ones it works as intended but I can’t expect all users to be doing that every time… I tried changing the script timeout setting in the server action but it doesn’t seem to be changing anything - it’s always exactly one minute till I get the error.
Community Page
Last updated:
Last updated: