You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can one of you guys check to see if the servlet filter is being loaded? You can look at any stack trace from a controller and see if 'CorsFilter' is in there somewhere.
Plugin seems to not add CORS headers when rendering data as JSON using grails JSON converter. I'm using grails 2.0.3
import grails.converters.JSON
class RestaurantApiController{
}
The text was updated successfully, but these errors were encountered: