Next.js Discord

Discord Forum

dynamic routes params error

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

1 Reply

Avatar
Korat
Do
const chatId = (await params).chatId

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