You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when I try to upload file which exceed "request.body.max.size", I received the correct status code (in the Network panel on devTools window) but there is also an error on CORS (No 'Access-Control-Allow-Origin'...).
This error leads to the no statusCode and statusText on the javascript response.
Any ideas about this problem ?
The text was updated successfully, but these errors were encountered:
Hi,
when I try to upload file which exceed "request.body.max.size", I received the correct status code (in the Network panel on devTools window) but there is also an error on CORS (No 'Access-Control-Allow-Origin'...).
This error leads to the no statusCode and statusText on the javascript response.
Any ideas about this problem ?
The text was updated successfully, but these errors were encountered: