question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

serveOrigin issues with webpack-dev-server

See original GitHub issue

When 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:open
  • Created 5 years ago
  • Reactions:2
  • Comments:18

github_iconTop GitHub Comments

2reactions
atabelcommented, Dec 16, 2018

@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-cra

1reaction
Janpotcommented, Nov 14, 2018

Had to run create-react-app with HTTPS=true to make this work

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found