Error 401 API deploy on GCP Cloud Run #17905
Replies: 4 comments
-
|
hi dev, |
Beta Was this translation helpful? Give feedback.
-
|
I think the keys get stored on the storage volume - if you're not re-attaching it, you will lose them - as well as any images or files that you uploaded. |
Beta Was this translation helpful? Give feedback.
-
|
Same issue as OP. We are re-attaching |
Beta Was this translation helpful? Give feedback.
-
|
The only file getting updated in the Snipe-IT directory when I create a new API token is my session cookie in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting a 401 authentication failed error when using the API.
I'm using Docker image 8.1.4 deployed on GCP Cloud Run.
This error occurs when the Apache service dies, causing Cloud Run to create a new instance.
My token's expiration date is still far off.
What could be causing the token to be unusable again?
My current solution is just to generate a new token.
Beta Was this translation helpful? Give feedback.
All reactions