Nuxt3-Tailwind-Supabase-Demo
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
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
Not an issue with the code, probably bad configuration on netlify's side?
for vercel deployment it's in your nuxt.config
:
export default defineNuxtConfig({
nitro: {
preset: 'vercel',
},
})