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
I see that you opened the HTML file using browser. This behaviour is expected in that case. Would it be possible to access it using a webserver? From the jquery.i18n , running python -m http.server would start a static webserver and you can navigate to the demo and it would work then. (There are many other ways to serve files using webserver -this is just an example)
I see that you opened the HTML file using browser. This behaviour is expected in that case. Would it be possible to access it using a webserver? From the jquery.i18n , running python -m http.server would start a static webserver and you can navigate to the demo and it would work then. (There are many other ways to serve files using webserver -this is just an example)
Yeah, I have found some solution just like what you said. I submitted a pull request to fulfill this case making this quick-start more user-friendly, can it be merged? Fix chrome cors policy #242
Env
macOS BigSur 11.6.7
Chrome 103.0.5060.134 (x86_64)
Problem
After pulling the project to local, I failed at using Chrome to open demo page, errors can be seen in the image below.
The text was updated successfully, but these errors were encountered: