adfinis/timed

[BUG]: Tour yields two "unexpected error" notifications

c0rydoras opened this issue ยท 4 comments

Description

When doing the tour, two "unexpected error" notifications happen

Steps to Reproduce

  1. start dev setup
git clone https://github.com/adfinis/timed
cd timed
make start
make keycloak-import
make loaddata
  1. head to https://timed.local and log in (user doesn't matter)
  2. Press continue/next buttons on tour
  3. receive "unexpected error"

Expected Behavior

No "unexpected error"

Attachments

(in chronological order)

image
image
image
image
image

Additional Context

No response

Version

v4.0.1

Required

  • I have checked past issues to see if this bug has already been reported.

i put this on urgent because it might impact onbaoding

@MitanOmar could you have a look at this?

@derrabauke
it's coming because of this line

it's throwing transition aborted error

TransitionAborted: TransitionAborted
    at buildTransitionAborted (http://localhost:4200/assets/vendor.js:65994:17)
    at logAbort (http://localhost:4200/assets/vendor.js:66447:12)
    at PrivateRouter.transitionDidError (http://localhost:4200/assets/vendor.js:33470:44)
    at http://localhost:4200/assets/vendor.js:66231:35
    at invokeCallback (http://localhost:4200/assets/vendor.js:68343:17)
    at publish (http://localhost:4200/assets/vendor.js:68329:9)
    at publishRejection (http://localhost:4200/assets/vendor.js:68278:5)
    at http://localhost:4200/assets/vendor.js:63924:54
    at invoke (http://localhost:4200/assets/vendor.js:62526:16)
    at Queue.flush (http://localhost:4200/assets/vendor.js:62442:13)