Gresliebear / TestingRedwoodDeployment

testingRedwoodDeployment
MIT License
1 stars 0 forks source link

Netlify CLI error #3

Open Gresliebear opened 2 years ago

Gresliebear commented 2 years ago

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.

image

So I ran yarn rw setup deploy netlify by following these docs https://redwoodjs.com/docs/deploy/netlify

Afterwards we are runningnetlify deploy --build --prod

image

image

image

image

image

image

Gresliebear commented 2 years ago

https://answers.netlify.com/t/support-guide-netlify-app-builds-locally-but-fails-on-deploy-case-sensitivity/10754