nuxt-modules / supabase

Supabase module for Nuxt.
https://supabase.nuxtjs.org
MIT License
733 stars 129 forks source link

Deployment Nuxt3/Supabase project on AWS Amplify #140

Open ClineResearch opened 1 year ago

ClineResearch commented 1 year ago

Environment: Nuxt3 Library @nuxt/Supabase

Hi,

sorry to disturb you, I’m currently working with my colleagues on a project. We need to deploy a Nuxt3 + Supabase project on AWS Amplify.

We have tested it on a small project with the default Supabase configuration (found in the documentation). Everything is working locally, but when we deploy it on Amplify, it’s not working anymore.

We have tried to deploy a simple project on amplify. This is working, but after adding Supabase Auth default configuration, we still get the deployment errors. And have correctly added the .ENV Variables.

We would like to know if there is something to do before or during the deployment to make Supabase work on AWS Amplify. Because there was something like this on Netlify.

We wanted to let you know that the solutions we tested worked only on Netlify by enabling cookies. Is there an equivalent that could work on AWS Amplify.

Thanks.

Jean-François

adds-bug commented 3 weeks ago

Hi, @ClineResearch !

Did you find any solutions for this issue? I'm in the same problem now..!