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: ![image](https://user-images.githubusercontent.com/33180722/95909593-6f200100-0da7-11eb-837c-6aae8192d22f.png) nelmio_cors: defaults: allow_credentials: false...