Can't get rack-cors working in rails application

后端 未结 6 1252
野的像风
野的像风 2020-12-12 19:47

I wanted to implement CORS in my rails application, so I googled rack-cors gem for it. And I did everything as was said in README, that is updated Gemfile accordingly and up

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 20:03

    After all it came out that this gem has some issues with heroku, on the local machine it works perfectly fine.

提交回复
热议问题