politeiagui icon indicating copy to clipboard operation
politeiagui copied to clipboard

[plugin-architecture] Route not found bug

Open victorgcramos opened this issue 2 years ago • 1 comments

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 avatar May 12 '22 22:05 victorgcramos

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.

tiagoalvesdulce avatar Jun 22 '22 19:06 tiagoalvesdulce