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
I'd like to have it so that the URL doesn't show the port number, and rather only shows the host (0.0.0.0). I know that using the default ports of 443 and 80 would solve this but in order to use these ports, you'd need to use root for access to those ports. When I try to do so using sudo PGPT_PROFILES=local make run, I get the error message below. Any ideas would be appreciated.
The Poetry configuration is invalid:
- Additional properties are not allowed ('group' was unexpected)
at /usr/lib/python3/dist-packages/poetry/core/factory.py:43 in create_poetry
39│ message = ""
40│ for error in check_result["errors"]:
41│ message += " - {}\n".format(error)
42│
→ 43│ raise RuntimeError("The Poetry configuration is invalid:\n" + message)
44│
45│ # Load package
46│ name = local_config["name"]
47│ version = local_config["version"]
make: *** [Makefile:36: run] Error 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to have it so that the URL doesn't show the port number, and rather only shows the host (0.0.0.0). I know that using the default ports of 443 and 80 would solve this but in order to use these ports, you'd need to use root for access to those ports. When I try to do so using sudo PGPT_PROFILES=local make run, I get the error message below. Any ideas would be appreciated.
The Poetry configuration is invalid:
- Additional properties are not allowed ('group' was unexpected)
at /usr/lib/python3/dist-packages/poetry/core/factory.py:43 in create_poetry
39│ message = ""
40│ for error in check_result["errors"]:
41│ message += " - {}\n".format(error)
42│
→ 43│ raise RuntimeError("The Poetry configuration is invalid:\n" + message)
44│
45│ # Load package
46│ name = local_config["name"]
47│ version = local_config["version"]
make: *** [Makefile:36: run] Error 1
Beta Was this translation helpful? Give feedback.
All reactions