-
Notifications
You must be signed in to change notification settings - Fork 479
Getting BindingResolutionException
while working with Zitadel provider in WSL2
#1362
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
Comments
This means the class isn't being autoloaded correctly via composer. Can you check for it in your composer generated autoload files? |
I can see the following entry in 'Socialiteproviders\\Zitadel\\' => array($vendorDir . '/socialiteproviders/zitadel'), Also,
So I tried executing the same steps on native Linux installation (ubuntu) and it is working. The above steps are from WSL2, and there it's still failing. I believe this is why it is working on CI job and not on the development environment. |
Hey @atymic, I have a complete stack trace now.
Now, after I removed ZitadelExtendSocialite from EventServiceProvider, and tried instantiating the class in the tinker, it is giving me error.
|
BindingResolutionException
while working with Zitadel providerBindingResolutionException
while working with Zitadel provider in WSL2
Steps to reproduce
composer create-project laravel/laravel auth-socialiate
cd auth-socialiate
composer require socialiteproviders/zitadel
php artisan package:discover
It's also not letting me execute commands on tinker
The text was updated successfully, but these errors were encountered: