#CORS errors with POST Requests

1 messages · Page 1 of 1 (latest)

fast marsh
#

I Hope you didn’t cache anything

raven umbra
#

@fast marsh I run php artisan optimize:clear after each update

spice kite
raven umbra
#

logger('foo') does not work anymore after upgrading to Laravel 10

#

it works in artisan tinker, but not in my methods

raven umbra
#

logs seems broken in my laravel 10 update

#

I can't use Log::info('hello') for instance, a method stops executing at first log like logger('foo') or Log::info('hello')