Tony-Esales

Results 2 comments of Tony-Esales

I'm getting the same error pointed by @javaspeak. The ng file exists and it's working fine, but some validation is telling the file is not a ng file (that is...

I'm experiencing the same issue. The workaround I found was to override the Symfony default user_checker config. In my services.yaml I add: security.user_checker: class: App\Security\MyOwnClass It's not a problem for...