erztemplerobba
erztemplerobba
Explore posts from servers
RRailway
Created by erztemplerobba on 6/3/2023 in #✋|help
ENOENT Error with puppeteer when creating .pdf
Done, cheers! 😄
10 replies
RRailway
Created by erztemplerobba on 6/3/2023 in #✋|help
ENOENT Error with puppeteer when creating .pdf
Wow, you're 100% correct. It didn't exist in my git repo because it's empty. Never realized git would ignore empty folders. Thanks a lot @ImLunaHey !
10 replies
RRailway
Created by erztemplerobba on 6/3/2023 in #✋|help
ENOENT Error with puppeteer when creating .pdf
N/A
10 replies
NNuxt
Created by erztemplerobba on 4/4/2023 in #❓・help
Pinia in Nuxt 3 composable error
K thanks for your help!
14 replies
NNuxt
Created by erztemplerobba on 4/4/2023 in #❓・help
Pinia in Nuxt 3 composable error
Yeah I did. When I set up the StackBlitz, I realized that the problem is probably that I'm importing saveUserResults (which imports the store) in a Nuxt server route. Is there a way to use pinia in server routes?
14 replies
NNuxt
Created by erztemplerobba on 4/4/2023 in #❓・help
Pinia in Nuxt 3 composable error
No description
14 replies
NNuxt
Created by erztemplerobba on 4/4/2023 in #❓・help
Pinia in Nuxt 3 composable error
All my imports use ~~ at the beginning, not sure. But all of them work, so no problem here. The return is inside useSupabaseApi, just one bracket slipped to the first line because I removed some stuff to make the code more readable.
14 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
thanks a lot for your help, fabian! really appreciated
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
I like the /server/api/route... way for my more sensitive supabase api calls. I'll read up on the server-side supabase functions, that sounds really interesting. So far, I've only been using supabase without SSR because the RLS is so convenient.
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
Yeah that makes total sense. I moved the whole supabase query to my Login.vue <script setup> and send the fetched data to my Pinia store and everything works fine. That's a solution that works for me, I don't really insist on having that whole function in my Store 😄
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
Do you think that's some kind of issue with SSR? I'm using exactly the same setup in a Quasar app (client side rendingering) where I use Supabase queries in my Pinia store and everything works fine.
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
using the supabase client in the store or importing it from another js module 500s the app
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
const supabase = useSupabaseClient()
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
Found it!
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
I guess I'll just have to install each lib one by one and see when it breaks to find the culprit
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
The fresh install with your package.json works. deleting .nuxt and node_modules unfortunately didn't fix my app
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
Can't really think of anything else
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
Probably a dependency issue with some other library?
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
Yep, that toally works
57 replies
NNuxt
Created by erztemplerobba on 11/28/2022 in #❓・help
Nuxt 3 with Pinia gives me error 500
deleted node_modules/ package-lock.json, installed all pinia/nuxt and pinia with exactly your versions and still got the error O_O. Would you mind sending me your package.json so I can install exactly your app and see if it still breaks?
57 replies