Data not fetching on build
Hello all, I am a learner trying to deploy my project using Node.js React Vite and Supabase.
My data fetch is working on development. but when I build with
I did follow https://supabase.com/docs/guides/getting-started/tutorials/with-react
This is my supabase server file and I have the url and key in .env.local in the root folder.
I appreciate your help.
My data fetch is working on development. but when I build with
npm run build data fetch does not work and not seeing any error code. I did follow https://supabase.com/docs/guides/getting-started/tutorials/with-react
This is my supabase server file and I have the url and key in .env.local in the root folder.
I appreciate your help.