Thimo Sietsma

Results 9 comments of Thimo Sietsma

`serverSupabaseUser` will throw an error if there is no session(user is not logged in). This means you will have to wrap this in a try/catch block to handle the unauthenticated...

@philliphartin could you provide an example where this would be useful?

Sorry for the late response on this. Currently it is also possible to catch the error thrown with [`createError`](https://nuxt.com/docs/api/utils/create-error#in-api-routes), which is provided by Nuxt. That's why I asked for an...

@avi-agg this is an upstream dependency from https://github.com/supabase/ssr. It looks like it will be fixed in `v0.5.2`.

Yes, this should be fixed in version `1.4.0`

@adolfusadams The types for `useSupabaseClient` or any other function from the module or any other module are generated inside the `.nuxt` folder. These types will generate after installing dependencies or...

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: https://codesandbox.io/p/devbox/crazy-jennings-6txqm5?workspaceId=d17145ab-1f99-470c-b3f9-93423c05cc71 It already has everything...

Strange! Here is a new URL: https://codesandbox.io/p/devbox/crazy-jennings-6txqm5?workspaceId=d17145ab-1f99-470c-b3f9-93423c05cc71

Could you please provide a reproduction repo? I'm not able to reproduce this right now.