We deployed a static website using the SvelteKit framework with SSG. The site works fine, but when accessed through TikTok on a mobile it trows a “This function has crashed” error.
It’s a bit weird because we haven’t deployed a function, only a website. Here are the error screenshot and details:
The transcript for the error is:
TypeError - Cannot convert argument to a ByteString because the character at index 191 has a value of 65533 which is greater than 255.
The Netlify internal id is:
01GZFNNP5RNSTY9XQ91HT42VQD
We rolled back to a previous version using Vue that doesn’t crash, but we need the new version up. Not sure if it’s something on netlify’s side or something we can fix ourselves.