79521523

Date: 2025-03-19 22:43:02
Score: 0.5
Natty:
Report link

During a cold start, Cloud Run loads the last built image which seems to include the built time cache. You can disable caching in your Next.js app so that it always fetches the latest data. For example, you can set the cache option to no-store in a fetch request. However, this might lead to higher costs since Firestore charges for every read operation.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: yannco