Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle api explorer routing error #12354

Merged
merged 2 commits into from Aug 19, 2021
Merged

Handle api explorer routing error #12354

merged 2 commits into from Aug 19, 2021

Conversation

arnav28
Copy link
Contributor

@arnav28 arnav28 commented Aug 18, 2021

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332
@arnav28
Copy link
Contributor Author

arnav28 commented Aug 18, 2021

Screen Shot 2021-08-18 at 4 05 18 PM

@vercel vercel bot temporarily deployed to Preview – vault August 18, 2021 23:15 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook August 18, 2021 23:26 Inactive
@arnav28 arnav28 added the ui label Aug 19, 2021
@Monkeychip Monkeychip added this to the 1.9 milestone Aug 19, 2021
Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I added the 1.9 milestone, but unsure if this should actually be backported?

@arnav28 arnav28 merged commit 9659477 into main Aug 19, 2021
@arnav28 arnav28 modified the milestones: 1.9, 1.8.2 Aug 20, 2021
arnav28 added a commit that referenced this pull request Aug 20, 2021
* Handle api explorer routing error

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332

* Added changelog
arnav28 added a commit that referenced this pull request Aug 20, 2021
* Handle api explorer routing error

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332

* Added changelog
arnav28 added a commit that referenced this pull request Aug 20, 2021
* Handle api explorer routing error

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332

* Added changelog
@arnav28 arnav28 deleted the ui/api-explorer-bug branch August 23, 2021 17:16
jartek pushed a commit to jartek/vault that referenced this pull request Sep 11, 2021
* Handle api explorer routing error

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332

* Added changelog
arnav28 added a commit that referenced this pull request Sep 15, 2021
* Handle api explorer routing error

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332

* Added changelog
arnav28 added a commit that referenced this pull request Sep 16, 2021
* Handle api explorer routing error

- For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError
- As a fix treat this particular error as success since it doesn't interfere in the routing
- Reference: emberjs/ember-test-helpers#332

* Added changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants