S_S
S_S

Reputation: 1412

Streamlit app URL from Sagemaker gives Expired Auth Token. Request

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

Answers (2)

RilesMeUp
RilesMeUp

Reputation: 1

Presigned URL's have an expiration.

I resolved this by simply restarting my physical computer.

Upvotes: -1

blastervla
blastervla

Reputation: 618

Clearing cookies in AWS Console did the trick for me.

Upvotes: 0

Related Questions