AEM SPA - Angular - Edit Template not redirecting correctly - WKND Events
I'm following the tutorial Adobe Experience Manager Help | Getting Started with Angular and AEM SPA Editor
After Chapter three, I'm not able to see any components on the home.html page. When I looked to edit the template it is not redirecting correctly. (http://localhost:4502/editor.html/conf/wknd-events/settings/wcm/templates/wknd-events-app-template/structure.html ) angular routing seems to redirect it to http://localhost:4502/editor.html.
Console log error
Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'conf/wknd-events/settings/wcm/templates/wknd-events-page-template/structure.html' Error: Cannot match any routes. URL Segment: 'conf/wknd-events/settings/wcm/templates/wknd-events-page-template/structure.html'
So that may be the reason why I'm getting blank page for home.html since there is no components available in the template. Could anyone please help to resolve this issue.