Do not destructure slug again, I used this format and it worked fine,
const Page = async ({ params }: { params: Promise<{ id: string }> }) => {
const id = (await params).id;