Large import 419
Hello, when trying to import a large file (~20k) records in Filament i'm getting a 419 and am back logged out. When I do this locally it works but on my Digital Ocean server it doesn't work. Any suggestions?
7 Replies
Have you updated your max file upload size on your server?
Yes to 5mb. The actual 5 file is 3.2 mb
Is this an issue with the code or with the server. What settings do I need to check?
Solution
What if I told you all that that the queue setting was stil on sync
Hi @JJSanders how did u solvethis?thanks still kinda confused, thank you
By me it was that the file was too large to process in sync mode. I had to use queues
thx man