79656289

Date: 2025-06-06 17:47:28
Score: 0.5
Natty:
Report link

The revalidate value needs to be statically analyzable. For example revalidate = 600 is valid, but revalidate = 60 * 10 is not.

NextJS revalidate docs

This was failing because my revalidate used 3600 * 24 for 24 hours. This is invalid config as the docs state.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Romuloux