Search
Search2mo ago

Convex Polar Token Error v1

Hi, I created a project using the cli with the v1 template, however, im getting this error
Error: [Request ID: x] Server Error
Uncaught SDKError: API error occurred: Status 401 Content-Type application/json Body
{"error": "invalid_token", "error_description": "The access token provided is expired, revoked, malformed, or invalid for other reasons."}
at matchFunc (../../../../node_modules/@polar-sh/sdk/src/lib/matchers.ts:237:12)
at async $do (../../../../node_modules/@polar-sh/sdk/src/funcs/productsList.ts:190:18)
Error: [Request ID: x] Server Error
Uncaught SDKError: API error occurred: Status 401 Content-Type application/json Body
{"error": "invalid_token", "error_description": "The access token provided is expired, revoked, malformed, or invalid for other reasons."}
at matchFunc (../../../../node_modules/@polar-sh/sdk/src/lib/matchers.ts:237:12)
at async $do (../../../../node_modules/@polar-sh/sdk/src/funcs/productsList.ts:190:18)
I already checked this thread: https://discord.com/channels/1019350475847499849/1364530136518496266 and refreshed and updated the token on the convex dashboard, but I still get the same error
1 Reply
Convex Bot
Convex Bot2mo ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!

Did you find this page helpful?