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
I'm experiencing an odd behavior where in Firefox 66, the page seems to refresh when the signer url is hit or somewhere around that in the process. Chrome and Safari latest versions are working flawlessly.
My method for uploading is below. I'm using a PHP controller to handled signing at the /aws-signer route. I've also tried using the full URL to that route and the problem persists.
My package.json file is require evaporate.js as such "evaporate": "^2.1.4",
After looking at this on a staging server (the above) was occurring on my localhost, the refresh is happening at various states in the upload process, not just at the signer request.
I'm experiencing an odd behavior where in Firefox 66, the page seems to refresh when the signer url is hit or somewhere around that in the process. Chrome and Safari latest versions are working flawlessly.
My method for uploading is below. I'm using a PHP controller to handled signing at the /aws-signer route. I've also tried using the full URL to that route and the problem persists.
My package.json file is require evaporate.js as such
"evaporate": "^2.1.4",
The text was updated successfully, but these errors were encountered: