QuestionAPI / BackendAPI / Backend. server-side & data
deploying a Flask + React app - what actually hosts both?
confused where the backend lives vs the frontend. same host? different? whats the simplest working setup for a beginner?
2 answers
confused where the backend lives vs the frontend. same host? different? whats the simplest working setup for a beginner?
quick win: try the env var first. if that is not it, it is probably the redirect URL.
the trick most tutorials skip: do it server-side. worked for me instantly.