laravel-cross-eloquent-search
laravel-cross-eloquent-search copied to clipboard
Question: Any insight as to why this package might cause CORS error
I have a Laravel 8.54 application. that uses sanctum for authentication. every time I pull in protonemedia/laravel-cross-eloquent-search
I get cors errors on all api calls. I have installed every version from 3.0.1
to 2.6.0
. The application throws no errors just the cors errors in the browser and once I remove the package the cors errors is gone.
Any Insight on how to fix this?