Everything seems to be working fine on localhost and through builder.io, but on live web site deployed on vercel, that dynamic data is missing, it’s visible if viewing live site through builder.io but not when viewing live site.
[Builder.io]: Custom code error in non-node runtime. SDK can only execute ES5 JavaScript. {
e: SyntaxError: “undefined” is not valid JSON
at theFunction (code:7:12)
at code:11:0
}
because obviously show if Builder.isBrowser didn’t work for me, but I see that the issue is vercel ssr not allowing eval functions you guys are using, so the solution is to have inside the qwik side a check for isbrowserside: