We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows (10), stack start with the --open option doesn't open the right address.
stack start
--open
odooghost stack start Exemple17 --open
This opens http://0.0.0.0:8069 that is not valid on Windows, instead of http://127.0.0.1:8069 or http://localhost:8069.
http://0.0.0.0:8069
http://127.0.0.1:8069
http://localhost:8069
The text was updated successfully, but these errors were encountered:
i think this has been fixed since
Sorry, something went wrong.
I have to check
remyz17
No branches or pull requests
On Windows (10),
stack start
with the--open
option doesn't open the right address.odooghost stack start Exemple17 --open
This opens
http://0.0.0.0:8069
that is not valid on Windows, instead ofhttp://127.0.0.1:8069
orhttp://localhost:8069
.The text was updated successfully, but these errors were encountered: