[BUG]: Tour yields two "unexpected error" notifications
c0rydoras opened this issue ยท 4 comments
c0rydoras commented
Description
When doing the tour, two "unexpected error" notifications happen
Steps to Reproduce
- start dev setup
git clone https://github.com/adfinis/timed
cd timed
make start
make keycloak-import
make loaddata
- head to https://timed.local and log in (user doesn't matter)
- Press continue/next buttons on tour
- receive "unexpected error"
Expected Behavior
No "unexpected error"
Attachments
(in chronological order)
Additional Context
No response
Version
v4.0.1
Required
- I have checked past issues to see if this bug has already been reported.
hairmare commented
i put this on urgent because it might impact onbaoding
derrabauke commented
@MitanOmar could you have a look at this?
MitanOmar commented
@derrabauke
it's coming because of this line
it's throwing transition aborted error
MitanOmar commented
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)