supa-vacation icon indicating copy to clipboard operation
supa-vacation copied to clipboard

Build a FullStack App with Next.js, Supabase & Prisma | The Modern Dev

Results 8 supa-vacation issues
Sort by recently updated
recently updated
newest added

-- {data.key} returns undefined on the constructed public URL. -- supabase_basket has also been added to the public URL this case it is "supavacation" -- {data.path} returns the file name...

This code is wrong: `const owner = await axios.get(`/api/homes/${home.id}/owner`);` It should be replaced with: `const { data } = await axios.get(`/api/homes/${home.id}/owner`);` And then you get the `owner email` by `data?.owner.email`

`Edit` and `Delete` buttons are showing up on every home. According to the code `session?.user.id` is being compared with home owner's id. But the problem is that session user doesn't...

Hi my friend... can you tell me about Relationship to create Favorite page. I need understood how gonna be... I trie favoriteHomes Homes[] but the VSCODE said: There are another...

there are some features missing like the favorite homes and load more buttons. thanks!

I'm not sure if it's due to an error in my env variables, or something else. Here is the error I am getting when I try to sign up or...

I was following the course and here the email service was throwing this error: `error - unhandledRejection: Error: 4618954240:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:` After digging into it seems that was because...

Tried all solutions mentioned everywhere: 1) […nextauth].js with secret: process.env.NEXTAUTH_SECRET, 2) strategy: 'jwt' or 'database', 3) config password application, 4) solutions here https://dev.to/brokylabs/next-autherrorclientfetcherror-2m8e ... and more. Still having 'Unable to...