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

[BUG] nextUrl=undefined #951

Closed
kavilla opened this issue Apr 16, 2022 · 0 comments
Closed

[BUG] nextUrl=undefined #951

kavilla opened this issue Apr 16, 2022 · 0 comments
Labels
bug Something isn't working v2.0.0

Comments

@kavilla
Copy link
Member

kavilla commented Apr 16, 2022

What is the bug?

There are periods where nextUrl is equal to undefined so then when I successfully log in it takes me to /app/undefined and I get an Application Not Found error.

Screen Shot 2022-04-16 at 3 37 05 AM

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Download a new distribution
  2. Log in
  3. See Application Not Found

(Might not be guaranteed reproduce steps)

What is the expected behavior?
I know previously this value would be empty and if it's empty it would re-route to the default route which in most cases would be home. However, I know post Node 14 upgrade undefined has become more explicit as value. So it might be accidentally being set as a value instead of empty

What is your host/environment?

  • OS: Mac
  • Version: 2.0.0-rc1
  • Plugins: All

Do you have any screenshots?
Above

Do you have any additional context?
This could be related to the fix for this issue: #926.

This also is a blocker for tests as well because tests could be hitting this undefined page and then are unable to navigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v2.0.0
Projects
None yet
Development

No branches or pull requests

2 participants