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
{{ message }}
This repository has been archived by the owner on Apr 29, 2019. It is now read-only.
Right now the OAuth workflow works if we posts the request to 'localhost:3001/api/auth/google'. However, the proxy setting I tried so far (both client/server ones) cannot correctly redirect the 'localhost:3000/api/auth/google' request to port 3001.
This should not be a problem for production. But we need something that works for the development workflow.
Right now the OAuth workflow works if we posts the request to 'localhost:3001/api/auth/google'. However, the proxy setting I tried so far (both client/server ones) cannot correctly redirect the 'localhost:3000/api/auth/google' request to port 3001.
This should not be a problem for production. But we need something that works for the development workflow.
References
CRA Issue #147
CRA Issue #1790
The text was updated successfully, but these errors were encountered: