-
-
Couldn't load subscription status.
- Fork 2.1k
Closed
Labels
feature / enhancementNew feature or requestNew feature or requestp3-edge-caseSvelteKit cannot be used in an uncommon waySvelteKit cannot be used in an uncommon way
Milestone
Description
Describe the bug
Just appeared out of nowhere and bricked the whole app, won't go away no matter what. Tried deleting node_modules + .svelte-kit then reinstall and still there.
navigation.js?v=92264f1c:16
Uncaught TypeError: Cannot read properties of undefined (reading 'disable_scroll_handling') at navigation.js?v=92264f1c:16:11
Fails on:
export const disableScrollHandling = ssr
? guard('disableScrollHandling')
: client.disable_scroll_handling; <---
with message: Uncaught TypeError: Cannot read properties of undefined (reading 'disable_scroll_handling')Reproduction
https://github.com/secretgspot/sveltekit-auth-helper-bug
installed sveltekit latest,
installed supabase-js v2,
installed auth-helpers-sveltekit
Logs
No response
System Info
{
"name": "myapp",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"svelte": "^3.46.0",
"vite": "^3.1.0"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@supabase/auth-helpers-sveltekit": "^0.8.2",
"@supabase/supabase-js": "^2.0.0-rc.10"
}
}Severity
blocking all usage of SvelteKit
Additional Information
No response
Metadata
Metadata
Assignees
Labels
feature / enhancementNew feature or requestNew feature or requestp3-edge-caseSvelteKit cannot be used in an uncommon waySvelteKit cannot be used in an uncommon way