Reputation: 1412
I started a streamlit app on Sagemaker following this and I am able to view the app in my browser, but anyone else using the link gets this :
Invalid or Expired Auth Token. Request a new presigned URL to continue using SageMaker.
How do I resolve this? The link looks like
https://<domain>.studio.<region>.sagemaker.aws/jupyter/default/proxy/<port>/
Upvotes: 1
Views: 3326
Reputation: 1
Presigned URL's have an expiration.
I resolved this by simply restarting my physical computer.
Upvotes: -1