My middleware was running on my static assets. I needed to add the following to my middleware.ts file:
export const config = { matcher: [ '/((?!_next/static|_next/image|favicon.ico|api).*)', ], };