-
-
Notifications
You must be signed in to change notification settings - Fork 84
Content not from webpack is served #158
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
Comments
just as an update I managed to run the apps on two separate ports by running the output doesn't look right to me:
However, when I check How can I resolve this? |
Thank you for this issue. |
Could I get a reply or should I close this? |
Think I can remember 3 years later? No idea. I only post it for you guys to know there was an issue, you decide if it's an an avenue worth going down or not. |
Uh oh!
There was an error while loading. Please reload this page.
Stack:
I have a full API and I run it locally like so
symfony server:start
andyarn dev-server
however, it seems that by default both run on port 8000. which introduces conflicts when it comes to routing.If possible, how can I change the port for the encore server?
I attempted to run
yarn dev-server --port 8080
but it seems that it still ran on 8000.The text was updated successfully, but these errors were encountered: