TOBII
Explore posts from serversWebSocket Authentication: Cookie missing
Hi community 👋
I'm currently trying to integrate the wsLink, and I've noticed that cookies are not automatically sent during initialization (first request).
What could be the reason for this? My website runs under the URL http://localhost:3000, and the web server under http://localhost:3001. Does it have something to do with CORS?
Example HTTP-Headers:
Example WebSocket-Headers:
I created the WebSocket client as follows:
Server Environment:
Tested with Bun v1.0.29 and Node v20.10.0
Client Environment:
Thank you in advance. Regards, Tobi2 replies
How do I export components as child objects in a JavaScript object?
Hi Comunnity,
i have a quick question: How can I export a component, using
Dialog
as the root, for example, Dialog.Content
?
I have already tried to export with:
However, SolidJS doesn't quite want to do that, as it occasionally fails to render the child component 🤷♂️
Is there an alternative, with Typescript support?
Greetings Tobi ✌️4 replies