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
When enabled ./bin/start the server binds to 0.0.0.0:port. However if I've configured [::]:port, the ipv6 port is not binded and can't be accessed.
When I changed to the on /lib/docker-compose-base.yml
- "7880:80"
- "[::]:7880:80"
The server listens on IPV6 and can be connected, but when actually in the project the editor couldn't load "Sorry, something went wrong"
Steps to Reproduce
Expected Behaviour
Observed Behaviour
Context
Technical Info
URL:
Browser Name and version:
Operating System and version (desktop or mobile):
Signed in as:
Project and/or file:
Analysis
The text was updated successfully, but these errors were encountered:
When enabled ./bin/start the server binds to 0.0.0.0:port. However if I've configured [::]:port, the ipv6 port is not binded and can't be accessed.
When I changed to the on /lib/docker-compose-base.yml
- "7880:80"
- "[::]:7880:80"
The server listens on IPV6 and can be connected, but when actually in the project the editor couldn't load "Sorry, something went wrong"
Steps to Reproduce
Expected Behaviour
Observed Behaviour
Context
Technical Info
Analysis
The text was updated successfully, but these errors were encountered: