Mirage is not working with ember-electron
See original GitHub issueIf you run ember electron with Mirage, you get an error message of the form:
Mirage: Your Ember app tried to GET '/radio/memory-blocks', but there was no route defined to handle this request. Define a route that matches this path in your mirage/config.js file. Did you forget to add your namespace?unhandledRequest @ server.js:76
Running ember server works just fine.
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
Mirage: Add custom host to adapter issue - Ember.JS
I'm using Ember-cli-mirage to mock data. I want to slowly integrate parts of the real api which is located at http://localhost:8000.
Read more >ember test --serve with mirage does not work #1036 - GitHub
Hello, I just discovered that when i run tests from embercli using "ember test --serve" it spawns with some strange randomly generated url ......
Read more >Cli mirage routes not working in acceptace test - Stack Overflow
I was trying acceptance test for login page, using cli mirage as mock server. Routes defined in a mirage works ...
Read more >Mitsubishi Mirage G4 Heater Is Not Working - RepairPal
The most common reasons a Mitsubishi Mirage G4 heater isn't working are a broken heater blower motor, a problem with the thermostat, or...
Read more >Fuse box location and diagrams: Mitsubishi Mirage (2014-2018)
Fuse box location and diagrams: Mitsubishi Mirage (2014-2018) ... mitsubishi mirage ac compressor not working electrical problem.
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
I have a same issue today, i think it’s related to
file://
urls…Anyway, it’s work for me when i sets the “urlPrefix” in the first line of mirage/config.js, like this:
maybe it’s works for you too @BryanHunt?
cc: @felixrieseberg
I’m happy to promise that we’ll always have that property set to true if running in Electron 👍
On Thursday, September 29, 2016, Aidan Nulman notifications@github.com wrote:
All the best, Felix