You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe this problem is related with something I made wrong but the console message is:
app-index.js:33 TRPCClientError: You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. 'Authorization: Bearer YOUR_SECRET_KEY'). See https://stripe.com/docs/api#authentication for details, or we can help at https://support.stripe.com/.
at TRPCClientError.from (TRPCClientError-38f9a32a.mjs:27:20)
at eval (httpBatchLink-d0f9eac9.mjs:189:60)
Any ideas are welcome
The text was updated successfully, but these errors were encountered:
Maybe this problem is related with something I made wrong but the console message is:
app-index.js:33 TRPCClientError: You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. 'Authorization: Bearer YOUR_SECRET_KEY'). See https://stripe.com/docs/api#authentication for details, or we can help at https://support.stripe.com/.
at TRPCClientError.from (TRPCClientError-38f9a32a.mjs:27:20)
at eval (httpBatchLink-d0f9eac9.mjs:189:60)
Any ideas are welcome
The text was updated successfully, but these errors were encountered: