Next.js Discord

Discord Forum

Playground for Next js 13.4 using App Router

Answered
Asian paper wasp posted this in #help-forum
Open in Discord
Asian paper waspOP
Hey guys.

Is there a playground that supports Next 13.4 with App Router?
I've tried using Stackblitz but it still uses Pages Router.
Answered by joulev
i dont use stackblitz, but anything that can run nextjs 13+ can run the app router
View full answer

3 Replies

@Asian paper wasp Hey guys. Is there a playground that supports Next 13.4 with App Router? I've tried using Stackblitz but it still uses Pages Router.
i dont use stackblitz, but anything that can run nextjs 13+ can run the app router
Answer
@joulev i dont use stackblitz, but anything that can run nextjs 13+ can run the app router
Asian paper waspOP
I was using Stackblitz default next js project. Tried creating a blank node project, deleted everything then created a new next js project and it has worked. Thanks @joulev