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?
Solution:
What if I told you all that that the queue setting was stil on sync
Jump to solution
7 Replies
Brian Kidd
Brian Kidd5mo ago
Have you updated your max file upload size on your server?
JJSanders
JJSanders5mo ago
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
JJSanders
JJSanders5mo ago
What if I told you all that that the queue setting was stil on sync
christmex
christmex3mo ago
Hi @JJSanders how did u solvethis?thanks still kinda confused, thank you
JJSanders
JJSanders3mo ago
By me it was that the file was too large to process in sync mode. I had to use queues
christmex
christmex3mo ago
thx man