This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
artistro08
Not entirely sure why, but this has been happening for a while now.
A few notes:
- It happens exactly every minute
- I've dumped composer cache and tried to re-install the vendor files
- I'm not on a clean install, so not entirely sure as to why it's doing it.
Stacktrace:
Symfony\Component\Debug\Exception\FatalErrorException: Uncaught Illuminate\Contracts\Container\BindingResolutionException: Target [Illuminate\Contracts\Auth\Access\Gate] is not instantiable. in /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Container/Container.php:978
Stack trace:
#0 /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Container/Container.php(812): Illuminate\Container\Container->notInstantiable()
#1 /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Container/Container.php(681): Illuminate\Container\Container->build()
#2 /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(785): Illuminate\Container\Container->resolve()
#3 /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Container/Container.php(629): Illuminate\Foundation\Application->resolve()
#4 /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(770): Illuminate\Conta in /home/artistro08/.sites/styleclothingco/vendor/laravel/framework/src/Illuminate/Container/Container.php:978
Stack trace:
#0 {main}
Any idea as to why it's doing it?
Last updated
daftspunky
Hey!
AFAIK October doesn't use Laravel's authentication methods (Illuminate\Contracts\Auth\Access\Gate
). This might be happening due to a plugin that implements Laravel auth. Do you have anything like that installed?
artistro08
You're 100% right. I think it was doing this because of my IDE, VS Code can be a pesky bugger sometimes.
Croqo
I have faced the same problem. VS Code plugin causes this error. Stopped receiving messages right after uninstalling it.
1-5 of 5