We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this response when I tried to use the function:
import { serverSupabaseServiceRole } from '#supabase/server' export default eventHandler(async (event) => { const client = serverSupabaseServiceRole(event) ....<my methods> })
It is throwing this error:
message: "JWSError (JSONDecodeError \"Not valid base64url\")" stack: "<pre><span class=\"stack internal\">at createError (/D:/Projects/Workplace/DA-CAR/soil-lab-management-system/node_modules/.pnpm/h3@1.15.0/node_modules/h3/dist/index.mjs:72:15)</span>\n<span class=\"stack\">at Object.handler (D:\\Projects\\Workplace\\DA-CAR\\soil-lab-management-system\\server\\api\\users\\[user_profile_id].delete.ts:15:1)</span>\n<span class=\"stack internal\">at process.processTicksAndRejections (node:internal/process/task_queues:105:5)</span>\n<span class=\"stack internal\">at async /D:/Projects/Workplace/DA-CAR/soil-lab-management-system/node_modules/.pnpm/h3@1.15.0/node_modules/h3/dist/index.mjs:1988:19</span>\n<span class=\"stack internal\">at async Object.callAsync (/D:/Projects/Workplace/DA-CAR/soil-lab-management-system/node_modules/.pnpm/unctx@2.4.1/node_modules/unctx/dist/index.mjs:72:16)</span>\n<span class=\"stack internal\">at async Server.toNodeHandle (/D:/Projects/Workplace/DA-CAR/soil-lab-management-system/node_modules/.pnpm/h3@1.15.0/node_modules/h3/dist/index.mjs:2280:7)</span></pre>" statusCode: 500 statusMessage: "JWSError (JSONDecodeError \"Not valid base64url\")" url: "/api/users/97760a64-638f-4b7f-bb0e-c760b25f49f8"
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Sorry, something went wrong.
Closing This because I am not using supabase on local dev anymore..
No branches or pull requests
Version
What is actually happening?
I am getting this response when I tried to use the function:
It is throwing this error:
The text was updated successfully, but these errors were encountered: