Internal server error with static images

We have a Next on Pages project which includes some static assets in the project codebase. Those assets should be served staticly, but many times after deployments those files will throw internal server errors. For example: https://yeahgummy.webbers.dev/images/avocado.png https://yeahgummy.webbers.dev/images/potje2.png Specific build with the issue: https://ec7278f5.oca-tree-capital.pages.dev/images/avocado.png https://ec7278f5.oca-tree-capital.pages.dev/images/potje2.png
No description
5 Replies
Pepijn
Pepijn3mo ago
Now they are available again on the custom domain after a new build Bit worrying that it is sporadicly present and not, could it be related to build cache? I will disable it for now and see if the images keep on working Still have issues, also when build cache is disabled
James
James3mo ago
Do you use smart placement or real time logs?
Pepijn
Pepijn3mo ago
Yes smart placement is indeed active And also I used realtime logs as well Will check later if I can narrow it down to one of those specifically
Chaika
Chaika3mo ago
It's smart placement integration with realtime logs, a known issue If you start tailing/realtime logs a function with smart placement enabled, it just explodes and stops working either disable smart placement or don't ever start tailing/logs
Pepijn
Pepijn3mo ago
Allright, thanks for the info When will smart placement come out of beta?