Next.js Discord

Discord Forum

Bug navigating between SSR routes

Unanswered
Chalcid wasp posted this in #help-forum
Open in Discord
Avatar
Chalcid waspOP
I use App Router and I have 2 routes that use SSR (dynamic) (Company/[slug] and projects/[slug]). When I navigate to the Company route it fetches the data via the external api but when I navigate to one of the projects, it's loading indefinitely. In order to get fixed I have to reboot the server. If now I navigate to a Project at first and not in company, it works but when I navigate to company it's loading again indefinetely. This happens only via the Docker image, I haven't any issue in local (npm run dev) or even (npm run build & npm start). It's like it getting stuck between 2 SSR routes.

0 Replies