-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy not working #1
Comments
Hi @pkpp1233, Thanks for your patience. Updating the repo now to |
@acco @pkpp1233 I seem to have a similar issue (maybe?) my proxy runs on port 3100 rather than 3001? Not really sure why as my Procfile is:
And the output of
So I changed my
And it works… |
Hi @willwright82 -- hmmm. I noticed you're using Puma. On the one hand, it says this:
But then later it says this:
As you say: The |
I updated to Rails 5 and tested everything again -- still works fine for me |
Thanks @acco — Will play around with it and see. 🤔 |
If you haven't solved this yet, as I remember, the version of Puma (3.4?) that originally shipped with Rails 5.0.1 did not allow you to override the port number correctly. There were actually a couple of buggy versions of Puma as this kept coming back.....again, as I remember. It has been a while since I tried Rails 5.0 I just built the project from scratch with Rails 5.1.3 and Puma 3.7 and everything works correctly. |
Tried on react-scripts version 0.2.3 and 0.7.0. In both cases, proxy doesn't work and API calls go to localhost:3000 instead of localhost:3001. Anyone else run into this?
The text was updated successfully, but these errors were encountered: