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
When following the installation guide, it is not working out of the box. In vue.config.js
I have to add
devServer: {
disableHostCheck: true,
...
}
to see the vue start page.
The web beowser console is repeatedly generating Cross-Origin blocks. So is some communication still bocked between vue and django by Cross-Origin rule of django or vue?
Am I doing something wrong or is it intended to be like this? Is djangos corsheaders needed to allow communication?
The text was updated successfully, but these errors were encountered:
You shouldn't need that if you application calls the api through the dev proxy since it will be in the same domain. check what URL the blocked requests are hitting.
Hi, I appreciate your work!
When following the installation guide, it is not working out of the box. In
vue.config.js
I have to add
to see the vue start page.
The web beowser console is repeatedly generating Cross-Origin blocks. So is some communication still bocked between vue and django by Cross-Origin rule of django or vue?
Am I doing something wrong or is it intended to be like this? Is djangos corsheaders needed to allow communication?
The text was updated successfully, but these errors were encountered: