-
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
Supabase Auth Warning #391
Comments
This warning is related to the |
OK, I'll do it. |
I upvoted it as well. In the meantime, do you have any recommendations? Doesn't seem to be negatively impacting my app. |
It's not impacting your app. Let's wait for the fix from the Supabase team. |
Just updated from 1.2.2 to 1.4.0 and getting this issue now, before it was fine with the same code |
Just leaving my hack here for anyone who cannot deal with the log messages lol. It probably only works for package managers that can do patching and I'll use pnpm as an example: pnpm patch @supabase/auth-js
Now cd to the
What to edit?I did a find for When done, cd back to the project and run pnpm patch-commit `/tmp/xxxx` Unfortunately this silences the log for real insecure usage too, so that's a trade-off you'll have to make for cleaner dev logs. |
Version
@nuxtjs/supabase: 1.3.5
nuxt: 3.12.3
Reproduction Link
Steps to reproduce
What is Expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: