Issue with injectScriptsAt: "STREAM"
when integrating SolidJS's renderToStringAsync()
for crawlers.
#1856
Labels
injectScriptsAt: "STREAM"
when integrating SolidJS's renderToStringAsync()
for crawlers.
#1856
Description
When attempting to add support for checking crawlers/bots & integrate renderToStringAsync() to
vike-solid
in vikejs/vike-solid#117. We encountered a bug:You stumbled upon a Vike bug.
This issue occurs when we have a
+config.js
file like this:We set
injectScriptsAt: "STREAM"
, butrenderToStringAsync()
returns a string, not a stream.The text was updated successfully, but these errors were encountered: