Skip to content

Commit

Permalink
fix: plantage apres deploiement du à la perte des modules en cache (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs authored Oct 1, 2024
1 parent c7cb50b commit 56a7aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/state-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const StateService = {
const nextStep = getNextStep(this.$route, store.getAllSteps)
store.updateCurrentAnswers(nextStep.path)
this.$router.push(nextStep.path).catch((failure) => {
window.location = nextStep.path
if (isNavigationFailure(failure, NavigationFailureType.cancelled)) {
sendEventToMatomo({
category: EventCategory.Parcours,
Expand Down

0 comments on commit 56a7aba

Please sign in to comment.