N
Nuxt2mo ago
funkyj8157

Need an expert in supabase

HI all. I have a big issue where a user is being logged in with a different user credentials. I also posted it on github. But this doesnt bring me any further. Therefore i look for someone who can have a second look at my code. Against payment. To see if they can figure it out. Here is the github issue https://github.com/nuxt-modules/supabase/issues/481
GitHub
session send to other user · Issue #481 · nuxt-modules/supabase
I cannot reproduce it. I already opened a bug about it but got closed. I don't know what to do anymore. Sometimes a user gets logged in with other users account. It happens around 1 time a week...
2 Replies
kapa.ai
kapa.ai2mo ago
Hi @funkyj8157. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I understand you're facing an authentication issue with Supabase in your Nuxt application. Based on the knowledge sources provided, I can offer some guidance on authentication issues with Supabase in Nuxt. From the information available, it appears you're experiencing a critical issue where users are being logged in with incorrect credentials. This is definitely a serious authentication problem that needs addressing. The knowledge sources show that Supabase authentication in Nuxt works through the @nuxtjs/supabase module, which provides features like: 1. Automatic redirects to login pages for unauthenticated users 2. Session management through cookies 3. OAuth authentication flows with providers like GitHub For authentication issues specifically, a few potential solutions from the knowledge sources: - Check your redirect configuration in nuxt.config.ts as shown in this Stack Overflow post - Verify your callback page exists (one user solved their issue by creating a confirm.vue page) - Examine how you're handling authentication state changes with onAuthStateChange For testing authentication code, you might want to look at properly mocking Supabase in your tests as shown in this Stack Overflow post. Since this is a complex issue that might require direct code review, I'd recommend: 1. Posting in the Nuxt GitHub Discussions where community members might help 2. Checking the Nuxt Discord server which was mentioned in one of the knowledge sources 3. Consider the Nuxt Experts program for professional support as mentioned in the Getting Help documentation The Nuxt Experts program specifically provides professional support and consulting services from Vue, Nuxt, and Vite contributors, which might be what you're looking for regarding paid assistance. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2mo ago
<@587229444641521689> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?