gcilinskas
Results
1
comments of
gcilinskas
Had the same problem. Solved it by using configuration from here [https://packagist.org/packages/nelmio/cors-bundle](https://packagist.org/packages/nelmio/cors-bundle) and by adding allowed headers which are passed from frontend. inserting mine below:  nelmio_cors: defaults: allow_credentials: false...