Forum Discussion

sgangam's avatar
sgangam
Copper Contributor
Apr 12, 2024

Routing issue from monolith code

Hello everyone,

I'm encountering an issue with routing in my React application when transitioning from a monolithic application. Here's the scenario:

  1. I have a monolithic application (let's call it App A) built with .NET Core.
  2. Within App A, I have integrated a React application (let's call it App B) using routing.
  3. When navigating from App A to App B, the React application is redirecting me to the login page instead of the intended route.

I've ensured that the routes are correctly configured in both applications, and I'm not encountering any errors in the console. However, despite passing through the correct route, App B always redirects me to the login page.

No RepliesBe the first to reply

Resources