All client-side dynamic route pages were accessing params directly instead of unwrapping the Promise, which Next.js 15 now requires. |
||
|---|---|---|
| .. | ||
| [page_id] | ||
| about_us | ||
| advert | ||
| auth | ||
| b | ||
| contact_us | ||
| live | ||
| playlist/[id] | ||
| quiz | ||
| sms | ||
| toss | ||
| treasury | ||
| vote | ||
| layout.tsx | ||
All client-side dynamic route pages were accessing params directly instead of unwrapping the Promise, which Next.js 15 now requires. |
||
|---|---|---|
| .. | ||
| [page_id] | ||
| about_us | ||
| advert | ||
| auth | ||
| b | ||
| contact_us | ||
| live | ||
| playlist/[id] | ||
| quiz | ||
| sms | ||
| toss | ||
| treasury | ||
| vote | ||
| layout.tsx | ||