serveOrigin issues with webpack-dev-server
See original GitHub issueWhen loading an index.html
that loads other scripts, they fail to load with the above error message.
Repro/instructions here: https://github.com/nklayman/carlo-serveOrigin-blocked
Env:
- OS and version: Ubuntu 18.10
- Node version: 10.13.0
- npm version: 6.4.1
- yarn version: 1.12.3
- carlo version: 0.9.20 (latest at time of writing)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:18
Top Results From Across the Web
webpack dev server CORS issue - Stack Overflow
CORS is server issue, server does not allow access from different source. Even using different ports is considered to ... "dev-server": "webpack-dev-server ......
Read more >Add local network compatibility to webpack dev server - GitLab
In order to get the webpack dev server to serve on the local network ( 192.168.1.x ), I need to update devServer.host: 192.168.1.135...
Read more >Carlo development on a web server | The Mindless
How do I set Carlo to listen to the webpack dev server? Carlo has an API serveOrigin to listen to a particular web...
Read more >webpack-dev-server API
js runtime. Installation. To start using the webpack-dev-server Node.js API, first install webpack and ...
Read more >webpack-dev-server/middleware security issues - Medium
This issue was reported by Ed Morley from Mozilla. Here is the full report: https://github.com/webpack/webpack-dev-server/issues/887 DNS ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@BKcore, in case you’re still interested, I’ve created a package to add simple carlo bindings to any
create-react-app
, it may work for you. https://github.com/atabel/carlo-craHad to run
create-react-app
withHTTPS=true
to make this work