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
Effectively, you can't upload that particular file anymore until you've got a new session on the go? For a quick resolution, just open it again in incognito ensuring that you are using a valid token this time when uploading.
I'll need to research what is causing it to say no-no. But sounds like a job for later.
The text was updated successfully, but these errors were encountered:
Seems like CORS is back at it again with the white vans! It looks like the Access-Control-Max-Age was being set by default by Firefox/tusd to 1 day? So I've updated nginx for the tusd reverse-proxy so hopefully any future requests with the following: proxy_hide_header 'Access-Control-Max-Age'; add_header 'Access-Control-Max-Age' 0;
Still doesn't seem to be working with my regular Firefox although it still might have the original CORS set, but in incognito mode I was able to upload the file, remove the token and it wouldn't let me upload, got a new token which then allowed me to upload again, so hopefully it'll work.
Effectively, you can't upload that particular file anymore until you've got a new session on the go? For a quick resolution, just open it again in incognito ensuring that you are using a valid token this time when uploading.
I'll need to research what is causing it to say no-no. But sounds like a job for later.
The text was updated successfully, but these errors were encountered: