Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Building with SSR false starts (and doesn't close) listeners - SolidJS
S
SolidJS
โข
3y ago
โข
17 replies
Martnart
Building with SSR false starts (and doesn't close) listeners
In my app I create a WebsocketServer on Port 3001
.
If I run
npm run build
npm run build
with default SSR setting
(
ssr: true
ssr: true
) everything works like a charm
.
However
, turning off
ssr
ssr
, the WebsocketServer gets started and not closed
=
> EADDRINUSE error
. Cannot run
dev
dev
or
start
start
afterwards
.
After forcefully terminating the process
, I can run
start
start
with the built files and it works
.
Any suggestions on how to avoid this
?
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,274
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Error when evaluating SSR module EVEN WITH ssr: false
S
SolidJS / support
14mo ago
css import order changes between ssr: false and ssr: true
S
SolidJS / support
10mo ago
SSR doesn't auto fetching data when CSR
S
SolidJS / support
12mo ago