Next.js Discord

Discord Forum

React Flow not rendering when use nextjs build.

Unanswered
Albacore posted this in #help-forum
Open in Discord
AlbacoreOP
I am able to get the react flow working fine, when use dev build.

But when I use nextjs build, and render some other page at start, and then route to the page containing react flow, it doesn't show until i refetch.

I am not sure what causing that issue, everything working fine in dev.

1 Reply

AlbacoreOP
For example moving from /dashboard to /dashboard/ids
/dashboard/ids has react flow implemention it doesn't render, until i refresh the page but works fine in dev