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
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
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.its is probably again unicode in the headers problem
open an issue in github so they can properly handle unicode