wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
12.76k stars 1.14k forks source link

Update docs on deploying to Netlify #1999

Closed infomiho closed 1 month ago

infomiho commented 2 months ago

It seems that OAuth redirects don't work properly without using a special _redirect file to set up the redirect on Netlify.

Discord thread: https://ptb.discord.com/channels/686873244791210014/1233257829897605282/1234504751408742460

sodic commented 2 months ago

Related: #1982

infomiho commented 1 month ago

After testing it again, it seems that there is no need for a special _redirect file since we already provide a netlify.toml with the needed redirects listed in the config file. This issue will close after we merge https://github.com/wasp-lang/wasp/pull/2041