Next.js Discord

Discord Forum

dynamic routes params error

Unanswered
Peterbald posted this in #help-forum
Open in Discord
PeterbaldOP
Why am I getting this error? I am awaiting the route params

1 Reply

Korat
Do
const chatId = (await params).chatId

Also add {params: Promise<{chatId:string}>} in the props