You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aurelia CLI OR JSPM OR Webpack AND Version
CLI 0.30.1
Browser:
Chrome 59 | Edge 15.15063
Language:
ESNext
Current behavior:
Router is configured to use the Push State API.
If one clicks on the <area> link, the whole page will reload. Nevertheless, Aurelia route to the right template. So I assume PushState is not used.
I'm submitting a bug report
[email protected] (according to
npm list
)Please tell us about your environment:
Operating System:
Windows 10
Node Version:
6.9.4
3.10.10
CLI 0.30.1
Browser:
Chrome 59 | Edge 15.15063
Language:
ESNext
Current behavior:
Router is configured to use the Push State API.
If one clicks on the
<area>
link, the whole page will reload. Nevertheless, Aurelia route to the right template. So I assume PushState is not used.app.js:
p1.html:
Expected/desired behavior:
The app navigates in-app to the destination template/page (without reloading the website) and uses PushState.
Unfortunately, I cannot provide a runnable gist because PushState does not seem to work on GistRun:
VM564 aurelia.js:14638 ERROR [app-router] Router navigation failed, and no previous location or fallbackRoute could be restored.
This bug circumvents many advantages of a SPA.
The text was updated successfully, but these errors were encountered: