gothinkster / aurelia-realworld-example-app

Exemplary real world application built with Aurelia
https://realworld.io
MIT License
183 stars 32 forks source link

Unable to find module with ID upon clicking username #35

Closed IsaacHub closed 5 years ago

IsaacHub commented 5 years ago

After I login, I click on my username which appears top right corner, and I got following error in the console:

ERROR [app-router] Error: Unable to find module with ID: components/profile/profile-article-component

Is this expected or a bug?

One more bug: favicon is not displayed.

loaded02 commented 5 years ago

Looks like a bug. Route is defined in /src/components/profile/profile-component.js

Favicon also seems like a bug. Thx. If you like commit a pr!

dmytrohridin commented 5 years ago

Hi @loaded02. I've fixed this issue. It's currently in opened PR state