Hello Team,
For my website https://karpuchinagallery.netlify.app/ I’m using Next.js 15.1.2. While reviewing the function metrics for the past 24 hours, I noticed an unusual pattern:
- Invocations are logged under a row in the metrics table that has no label, and I cannot click on it to get more information.
The site uses partly Incremental Static Regeneration (ISR) and partly Client-Side Fetching
Question:
- What could be causing this invocations for the unlabeled entry?
Thank you for your help!