Netlify CLI for the redwood framework and UI framework. I have created a redwood application by following chapter 1 through 4 so following all the deployment steps the only core difference is I used SupaBase instead of railway. which the core functions of redwood applications don't work.
So I followed these steps to deploy the graphQL and handler and Auth to netlify. so I used Netlify CLI, unfortunately this breaks the applications.
What's not working?
Netlify CLI for the redwood framework and UI framework. I have created a redwood application by following chapter 1 through 4 so following all the deployment steps the only core difference is I used SupaBase instead of railway. which the core functions of redwood applications don't work.
So I followed these steps to deploy the graphQL and handler and Auth to netlify. so I used Netlify CLI, unfortunately this breaks the applications.
So I ran
yarn rw setup deploy netlify
by following these docs https://redwoodjs.com/docs/deploy/netlifyAfterwards we are running
netlify deploy --build --prod