[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # Serverless function error 92 views · 0 likes · 2 posts roger pence (@rogerpence-6643) · 2024-07-29 I deployed a Sveltekit site to Vercel in January. It has worked like a champ since... until last week. This site is used in many countries. Last week one customer in Spain and one in Iceland reported getting a white screen of death with the serverless function error below. There is nothing in my logs to indicate an error. No one else has reported the error and I cannot recreate the error. The error occurs consistently for the Spanish and Icelandic users. Any help or clues is greatly appreciated Thank you.  Amy Egan (@amyegan) · 2024-07-29 You don't see any error details in the [Runtime Logs](https://vercel.com/docs/observability/runtime-logs#runtime-logs) for the deployment? If you're on a Hobby plan then it would only store 1 hour of logs, so you would need to check within an hour of the error occurring. If you're on a Pro plan then it would keep 1 day of logs. https://vercel.com/docs/errors/FUNCTION_INVOCATION_FAILED If you can share the domain where users are seeing the error, then I can also try to recreate the error.