Next.js Discord

Discord Forum

Redirect after 3 seconds

Answered
Samir posted this in #help-forum
Open in Discord
Is there any way to redirect the server side page after like x seconds?
Answered by joulev
Just put it inside the page, render it as you would render a <div>
View full answer

9 Replies

I think I should wrap my page in client component
Inside generateMetadata right?
It's dynamic
hmm @joulev
@Samir Inside `generateMetadata` right?
Just put it inside the page, render it as you would render a <div>
Answer
oh yeah
The metadata api does not support all meta tags but rendering them directly in the page works
Thank you so much! It worked!!