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
Something is happening when downloading dev branch and some resources are not working. The first error that comes is that the terminal can't interact with the user when composer create-module is called.
The second found error is that the Endpoint instance is null in the Authentication middleware
To Reproduce
Steps to reproduce the behavior:
Download dev
composer install
composer create-module ctl group
Expected behavior
This should generate an interactive terminal
Desktop (please complete the following information):
OS: tried on Debian, Mint
Additional context
This may be caused by a lack of PHP dependencies in the machine that aren't explicit enough into the documentation.
The text was updated successfully, but these errors were encountered:
Describe the bug
Something is happening when downloading dev branch and some resources are not working. The first error that comes is that the terminal can't interact with the user when
composer create-module
is called.The second found error is that the
Endpoint
instance is null in theAuthentication
middlewareTo Reproduce
Steps to reproduce the behavior:
dev
composer install
composer create-module ctl group
Expected behavior
This should generate an interactive terminal
Desktop (please complete the following information):
Additional context
This may be caused by a lack of PHP dependencies in the machine that aren't explicit enough into the documentation.
The text was updated successfully, but these errors were encountered: