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

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -