-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
Nuxt 3/Supabase error #419
Comments
@adolfusadams The types for |
Thanks for the assistance but running npx nuxi@latest prepare unfortunately did not work. I have, however, noticed that when install Nuxt 3, I get the following deprecation errors during the installation.
Please note that I am running node version 20.17.0 and I installed the Nuxt/Supabase module by using the |
I have tried your reproduction step by step but I can't seem to reproduce it. Can you please try and reproduce your issue in here: It already has everything you described in this issue. Please fork it and link it here again if you managed to reproduce it there. |
Strange! Here is a new URL: https://codesandbox.io/p/devbox/crazy-jennings-6txqm5?workspaceId=d17145ab-1f99-470c-b3f9-93423c05cc71 |
Thanks @th1m0. I am now able to access it. There are two things I observed when Nuxt is upgraded; 1) deprecation errors are displayed during the upgrade and 2) other errors are displayed in the terminal after the upgrade of Nuxt. Please see attached video screenshot https://1drv.ms/i/c/940a1f90b4950c0b/EZSzRUNEibxFtH_WZLTH7RcBb_O1J7HicOmPImXE5tnfgA?e=lDbDd3 |
I am having a similar issue - some types are generated inside of
however
To be clear, the composables/files are there, but the above lines are missing from |
When using Nuxt 3 with Supabse I get the following errors in the web app page, within the VS Code terminal and in the VS Code editor.
// VS Code editor error
Cannot find name 'useSupabaseClient'
// VS Code terminal error
ERROR Pre-transform error: [unimport] failed to find "useSupabaseSession" imported from "#imports"
// Web app page error
Version
// package.json
// nuxt.config.ts
// https://nuxt.com/docs/api/configuration/nuxt-config
// app.vue
The text was updated successfully, but these errors were encountered: