Nuxt3-Tailwind-Supabase-Demo icon indicating copy to clipboard operation
Nuxt3-Tailwind-Supabase-Demo copied to clipboard

Thanks for the great instructions. Unfortunately it only runs locally and not on Netlify. You always get errors there

Open mydidefix opened this issue 3 years ago • 2 comments

Thanks for the great instructions. Unfortunately it only runs locally and not on Netlify.com. You always get errors there status 500 Internal server error VersionHTTP/2 Transferred 241 B (2 B size) Referrer Policystrict-origin-when-cross-origin

The response from the server is {}

Can you maybe help, why it doesn't work? With best regards Dieter

mydidefix avatar Jan 16 '22 16:01 mydidefix

Not an issue with the code, probably bad configuration on netlify's side?

Blakeinstein avatar Jan 19 '22 15:01 Blakeinstein

for vercel deployment it's in your nuxt.config:

export default defineNuxtConfig({
  nitro: {
    preset: 'vercel',
  },
})

durbanitas avatar May 15 '22 12:05 durbanitas