Mirage conflicting with Image Paths
See original GitHub issueHi Sam!
I’m loving this addon - it’s made building out prototypes so so easy. Such a breeze!
I’m running into a problem with Image Paths. I’m using Mirage with ember-material-design
, and when using the {{md-icon}}
component and passing a local path to an image in my application’s /public
folder, I get an error like this:
Mirage: Your Ember app tried to GET 'images/icons/cross.svg', but there was no route defined to handle this request. Define a route that matches this path in your mirage/config.js file
Is there a way to bypass Mirage for certain requests?
Thankyou a milli!
Issue Analytics
- State:
- Created 8 years ago
- Comments:6
Top Results From Across the Web
Mirage conflicting with Image Paths · Issue #181 - GitHub
I'm running into a problem with Image Paths. I'm using Mirage with ember-material-design , and when using the {{md-icon}} component and ...
Read more >mirage.js will not work with sub url paths (only with root path ...
I am integrating mirage in Angular-9. I was facing the same issue. Every time page gets refreshed on any URL with some routes...
Read more >This part of the second comic really interests me. Mirage's ...
This part of the second comic really interests me. Mirage's inner conflicts are more elaborate now (sorry for bad quality).
Read more >Configuring Cloudflare Mirage
Learn how configure Cloudflare Mirage. Overview Image formats compatible with Mirage Enable Mirage Test Mirage OverviewMirage image...
Read more >Mirage JS • An API mocking library for frontend developers
Mirage JS is an API mocking library that lets you build, test and share a complete working JavaScript application without having to rely...
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
Neither does explicitly stating the item:
Thanks man this worked.