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

Fix configuration bug #1320

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Fix configuration bug #1320

merged 2 commits into from
Nov 26, 2024

Conversation

johanib
Copy link
Contributor

@johanib johanib commented Nov 26, 2024

Prior to this change, the service container was wrongly configured, the wrong handler was specified for the SendInviteCommand.


Uncaught PHP Exception Error: \"Class \"Symfony\\Component\\HttpClient\\HttpClient\" not found\" at InviteHttpClient.php line 46

Prior to this change, the service container was wrongly configured, the wrong handler was specified for the SendInviteCommand.
The new invite client uses the Symfony http client.
But this was not listed as an explicit dependency, so it only worked in non-prod mode where it came along with other dev deps.
@johanib johanib merged commit c651c57 into main Nov 26, 2024
3 checks passed
@johanib johanib deleted the feature/fix_service-wiring branch November 26, 2024 12:13
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

Successfully merging this pull request may close these issues.

2 participants