Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Why does (return new Response(({'error' : ""}), {status : code})) not work - SolidJS
S
SolidJS
โข
3y ago
โข
5 replies
vibeman1987
Why does (return new Response(({'error' : ""}), {status : code})) not work
return
new
Response
(({
'error'
:
"No ID provided"
}), {status :
500
})
return
new
Response
(({
'error'
:
"No ID provided"
}), {status :
500
})
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
Why does routeData() return undefined?
S
SolidJS / support
3y ago
deferStream does not work
S
SolidJS / support
8mo ago
Why is this code not reactive?
S
SolidJS / support
14mo ago