this seemed to fix it for me: wrap params in Promise as shown in the code below.
context: { params: { month: string } }
to
{ params } : { params: Promise<{ month: string }> }
https://nextjs.org/docs/app/api-reference/file-conventions/route#context-optional