Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2026 02:20 AM
I am confronted with a similar error. I am also using obo user auth and have implemented accessing the token via
st.context.headers.get('x-forwarded-access-token') for every query and do not save it in a cache. Still, after 1 hour, i am hit with the "invalid token" error, before that, everything works just fine.
What am i doing wrong? I also close the connection after each query, so stale connections should not be the cause for this behaviour
What am i doing wrong? I also close the connection after each query, so stale connections should not be the cause for this behaviour