FileUpload fails on Mozilla Firefox but works on every other browser

I have a problem with FileUpload. Specifically, uploading temporary-files. It fails while uploading file. This happens only in PROD environment, but works on local. Any clue why?
No description
No description
7 Replies
Dennis Koch
Dennis Koch6mo ago
Any console errors?
marsep95
marsep95OP6mo ago
419 - Uknown Status
No description
Dennis Koch
Dennis Koch6mo ago
419 usually means invalid CSRF token. Not sure why this happens in Firefox. Any extension that might block stuff? Can you try in Inkognito mode?
marsep95
marsep95OP6mo ago
Same error in Inkognito mode. Do you think there will be any fix/release to make it work on Firefox? It seems that the problem could be the HTTPS protocol because it works fine with HTTP.
gustavo.dev
gustavo.dev6mo ago
Hi, did you manage to solve the problem? I have the same problem
marsep95
marsep95OP4mo ago
Any luck in finding a solution?
toeknee
toeknee4mo ago
check your env url is set the same as what you are accessing the site over.

Did you find this page helpful?