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

[plugin-architecture] Route not found bug #2766

Open
victorgcramos opened this issue May 12, 2022 · 1 comment
Open

[plugin-architecture] Route not found bug #2766

victorgcramos opened this issue May 12, 2022 · 1 comment
Assignees
Labels
bug A bug that made it into a production environment.

Comments

@victorgcramos
Copy link
Member

Currently, if we navigate to nested urls, like https://localhost:3000/http://example.com, our app does not render anything, and displays the following screen:

Screen Shot 2022-05-12 at 7 06 55 PM

This is incorrect, and instead, we should render the default 404 match.

@victorgcramos victorgcramos added the bug A bug that made it into a production environment. label May 12, 2022
@tiagoalvesdulce tiagoalvesdulce self-assigned this Jun 22, 2022
@tiagoalvesdulce
Copy link
Member

tiagoalvesdulce commented Jun 22, 2022

I am not sure how to fix this. I am investigating and it seems like a webpack server/404s fallback issue. Not sure if it would happen in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug that made it into a production environment.
Projects
None yet
Development

No branches or pull requests

2 participants