vuejs/vue2-ssr-docs

Problem with CORS policy when VueJs App with revers Proxy

renanbronchart opened this issue · 0 comments

Hello,
I have a problem with cors policy when Vue Js app is in served by a reverse proxy (rack-reverse-proxy).

I can't access to my main.js because a content security policy.
The problem appear just in server side, not in client side.

My Vue.js App is served by proxy with port localhost:3000.

Do you know how to fix it?

Capture d’écran 2019-03-22 à 14 56 09

Capture d’écran 2019-03-22 à 14 54 46

Thanks a lot :)