Special characters in server function error may crash app

Can someone verify this please? I could not get my version of Firefox to work with stackblitz, but I see this in two different versions of chromium.
Observe that navigating back and forth ("About" / "Index") works, then uncomment the throw error with special characters in the string, then try navigating back and forth. reproduction
jcalfee
StackBlitz
Solid-start server function throws utf-8 character - StackBlitz
Run official live example code for Solid-start Basic, created by Solidjs on StackBlitz
3 Replies
peerreynders
peerreynders4d ago
Confirmed and it goes away without "use server" which leads me to believe it's a seroval issue with Unicode and/or Error class instances.
zulu
zulu3d ago
its is probably again unicode in the headers problem open an issue in github so they can properly handle unicode

Did you find this page helpful?