Error The host request header is not available
Hi everyone
I'm using:
"@supabase/realtime-js": "^2.1.0",
"@supabase/supabase-js": "^2.1.1",
"@supabase/auth-helpers-sveltekit": "^0.8.6",
"@sveltejs/kit": "next",
When I run the dev server I get the following error:
I saw this bug: https://github.com/supabase/auth-helpers/issues/358
But since I have a newer version it does not seem to be the same issue.
Does this affect the app running properly, if so is there a way to fix it?
Thanks in advance!
I'm using:
"@supabase/realtime-js": "^2.1.0",
"@supabase/supabase-js": "^2.1.1",
"@supabase/auth-helpers-sveltekit": "^0.8.6",
"@sveltejs/kit": "next",
When I run the dev server I get the following error:
I saw this bug: https://github.com/supabase/auth-helpers/issues/358
But since I have a newer version it does not seem to be the same issue.
Does this affect the app running properly, if so is there a way to fix it?
Thanks in advance!
GitHub
Bug report Describe the bug When attempting to use the server-side Supabase client, in a handler function wrapped in withApiAuth, I see the following error: Error: The "host" requ...