ESA's Application route hides host app's route when using pod layout & embroider
See original GitHub issueESA’s empty application route in app/routes/application.js
overrides host app’s application route (app/application/route
) when using embroider (somehow it doesn’t in classic build). This obviously breaks the app when using pod layout.
I don’t think ESA should provide files like these, this looks like a documentation issue, plus perhaps after https://github.com/simplabs/ember-simple-auth/pull/2318 ESA doesn’t need an application route file anyway?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
embroider/README.md at main - router - GitHub
A tiny extension to the stock Ember Router that detects the presence of lazy route bundles and loads them when needed. Compatibility. Ember.js...
Read more >Exposing apps with routes in Red Hat OpenShift 4 - IBM Cloud
Expose an app in a multizone Red Hat OpenShift cluster by using a router ... routes for your apps and listens on the...
Read more >Sdw - River Thames Conditions
2013 app state football schedule, May craft cape classic, Bachforelle rezept ... Godaddy bowl parade route, Vacances sicile, Top russian pop songs 2009, ......
Read more >How to access your app behind an OpenShift Router? - ITNEXT
There is not much to see around plain HTTP routes. The router proxy decides which pods to hit based on the HTTP Host...
Read more >Export Route Notes – Download POD Attached to Route Stops
Manage electronic POD files your delivery drivers collected on route planner apps. Export proof of delivery files to CSV.
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
Oh, now I see what you mean, after I added
useSessionSetupMethod
toember-cli-build.js
, it worked fine.Perhaps this should be mentioned in the readme, not just in migration guide? Didn’t know about this step until you mentioned it.
Feel free to close this issue. Thanks.
Thanks for checking this out for me 🙏