You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPLOYED BACKEND: https://cvwo-backendserver.onrender.com
IF RUNNING LOCALLY,
Change the fetch request in the frontend to http://localhost:4000
Change the cors.rb file depending on where the requests are coming from the frontend. Currently they are set to https://famous-crumble-a83c84.netlify.app
In the terminal put,
rails s -p 4000
Open http://localhost:4000 to view in the browser
NOTE: The website will be unable to work properly on Safari due to their policy on cross-site cookies