-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Run with Relative Paths in development #3188
Comments
Just noticed my question seems to be a duplicate of #1582. I am reading it now. |
Sorry this slipped through the cracks. |
Hi @Timer, thanks for your reply. Would it be possible to work around this issue by "ejecting" ? |
@kimhanse not easily, no! The PR we have isn't complete yet -- you'd run into issues. There are other external factors which are not ready to support this yet ( You could try to apply it by hand and see if it works for you, but it's doubtful. |
Our solution was to eject and then modify some of the generated config files. It appears that this is working except that the web socket is still placed under root dir, and we can live with that in dev. The changes we had to do to the configuration to move our application from
|
Correct, the websocket breaks. We hope to get this resolved soon! |
Our workaround for the websocket issue is to have this in our nginx proxy config:
|
Good to hear this is being worked on. Thanks for your help @kimhanse - I adapted your solution to use the existing I also found that using
|
It is possible to build for Relative Paths.
How would I do the same when running in development using
npm start
?The text was updated successfully, but these errors were encountered: