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
What is this feature about (expected vs actual behaviour)?
Expected: When specifying a port for the Doctrine connection the driver will request the REST service on the given port
Actual: The REST service is requested on the default HTTP port and I receive a message:
Failed to connect() to host or proxy
I swear everything is running :)
How can I reproduce it?
Specify a custom port (e.g. 8000) in Symfony 3 config.yml:
Hey Phil, this one is a bug, you're right. The only thing you can actually do to use other ports than 80 is setting a complete URL to the host parameter (This is what I've done in the function test to use port 3000). I'll inform you when the issue is solved.
Hi,
What is this feature about (expected vs actual behaviour)?
Expected: When specifying a port for the Doctrine connection the driver will request the REST service on the given port
Actual: The REST service is requested on the default HTTP port and I receive a message:
I swear everything is running :)
How can I reproduce it?
Specify a custom port (e.g. 8000) in Symfony 3 config.yml:
Then use the REST entity manager to fetch a record:
Does it take minutes, hours or days to fix?
Unsure, but it sounds like a isolated problem.
Additional Information
I got this to work with REST API on port 80.
Thanks for your help.
The text was updated successfully, but these errors were encountered: