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
Describe the bug
I've stumbled upon a very weird error. After going through the motions on #1857, I'm running into an issue where a pre-signed URL generated by the SDK is invalid when it is generated. After a short period of time, it becomes valid. This is a blocker, because the amount of time before the URL becomes valid seems to be non-deterministic, and the links are being immediately sent to microservices so they are always invalid when they arrive.
I should note that the pre-signed URL is valid for 2 hours.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.
Describe the bug
I've stumbled upon a very weird error. After going through the motions on #1857, I'm running into an issue where a pre-signed URL generated by the SDK is invalid when it is generated. After a short period of time, it becomes valid. This is a blocker, because the amount of time before the URL becomes valid seems to be non-deterministic, and the links are being immediately sent to microservices so they are always invalid when they arrive.
I should note that the pre-signed URL is valid for 2 hours.
SDK version number
Is the issue in the browser/Node.js/ReactNative?
Node JS
Details of the browser/Node.js/ReactNative version
v12.4.0
To Reproduce (observed behavior)
Expected behavior
Pre-signed URL should work immediately after being generated.
Screenshots
None.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: