Skip to content

React Router blank page between two different projects #10869

Closed Answered by brophdawg11
madsongr asked this question in Q&A
Discussion options

You must be logged in to vote

You can't route between 2 separate apps via navigate, that is for navigating to routes within the current application. So you're getting a 404 blank page because the current app doesn't know about the /dashboard routes. Instead, if you need to navigate to an external route and perform a full document reload, you should navigate using window.location.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@madsongr
Comment options

Answer selected by madsongr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants