Skip to content
New issue

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

Release 2.11 breaks execution of bin/console #837

Closed
gggeek opened this issue Feb 12, 2021 · 3 comments
Closed

Release 2.11 breaks execution of bin/console #837

gggeek opened this issue Feb 12, 2021 · 3 comments

Comments

@gggeek
Copy link

gggeek commented Feb 12, 2021

See the description of the problem at #817 (review)

Note that this breaks only running the console without any other command, because the new, faulty command service is lazy loaded by default. It gets loaded when running bin/console, I guess, to have its description line...

@chalasr
Copy link
Collaborator

chalasr commented Feb 12, 2021

Thank you for the report @gggeek, I'm on it

@DavG
Copy link

DavG commented Feb 17, 2021

Looks like the 2.11 version forces having a secret key on the project. Seems strange to me and not in the spirit of previous versions.

(On my projects, only one have the secret key, others only have public key).

Thanks in advance !

@chalasr
Copy link
Collaborator

chalasr commented Feb 17, 2021

Fixed in #838 and released in v2.11.2.

@chalasr chalasr closed this as completed Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants