Redirect at server
Unanswered
Giant Angora posted this in #help-forum
Giant AngoraOP
hello there, i am not using React.Suspense,
when i redirect from page.tsx, in browser i first see layout.tsx content then after some seconds page redirects,
how can i redirect from server without returning any ui
you can see problem here
visit: https://arkive.webpanda.codes
explore pricing section and click on plus or pro plan, you will asked for login, use google for quick login then you will be redirected to dashboard where you can see my problem (layout ui flush)
when i redirect from page.tsx, in browser i first see layout.tsx content then after some seconds page redirects,
how can i redirect from server without returning any ui
you can see problem here
visit: https://arkive.webpanda.codes
explore pricing section and click on plus or pro plan, you will asked for login, use google for quick login then you will be redirected to dashboard where you can see my problem (layout ui flush)
8 Replies
you can't simply redirect under suspense without returning layout...
Giant AngoraOP
sorry bro, i am not using suspense any where
not even Layout.tsx?
Giant AngoraOP
never used
interesting.
Giant AngoraOP
i am using simple async / await with server components
and i know nextjs return full ui on request end, but dont know why its returning layout,