angular - Grails 3.2.1 - built in CORS - still get CORS error in browser -


i have grails rest app access via angular app running under nginx. running grails in development mode using run-app.

had cors problems upgraded grails 3.2.1 , added following grails section in application.yml

cors:     enabled: true 

this allows accessible anywhere (i want work @ moment, worry restrictions later).

but still cors error in browser console when tries access rest app data. on get.

does know may have missed?

regards.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -