HWIOAuthBundle icon indicating copy to clipboard operation
HWIOAuthBundle copied to clipboard

Invalid definition for service HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController

Open nicodemuz opened this issue 3 years ago • 1 comments

The current master branch gives the following error when running:

php bin/console lint:container --verbose

Error:

[ERROR] Invalid definition for service "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController": argument 10 of
         "HWI\Bundle\OAuthBundle\Controller\Connect\RegisterController::__construct()" accepts "string", "null" passed.

nicodemuz avatar Nov 29 '22 07:11 nicodemuz

A temporary workaround is to add the container parameter:

parameters:
    hwi_oauth.connect.registration_form: ''

nicodemuz avatar Dec 15 '22 14:12 nicodemuz

Message to comment on stale issues. If none provided, will not mark issues stale

github-actions[bot] avatar Feb 23 '24 01:02 github-actions[bot]

@nicodemuz I just came just came along to look for this bug. Is this indeed fixed in one of the most recent commits? 2.1.0 still has this issue and I currently cannot test the master because of some update deprecations we have to update as well on our side.

simonberger avatar Feb 23 '24 11:02 simonberger

I'm not sure. I closed it as I'm using the workaround.

nicodemuz avatar Feb 23 '24 11:02 nicodemuz