simonihmig / ember-cli-bundle-analyzer

Analyze the size and contents of your Ember app's bundles
MIT License
99 stars 2 forks source link

UnrecognizedURLError #15

Closed runspired closed 5 years ago

runspired commented 5 years ago

It appears the middleware does not appropriately intercept the url, the ember app attempts to boot, and routing fails.

runspired commented 5 years ago

nvm I had both a build and a serve process running and forgot to restart the serve after I restarted the build