Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
nlivyk
Posts
Comments
S
SolidJS
•
Created by nlivyk on 6/30/2024 in
#support
Using session causes "Cannot set headers after they are sent to the client"
Adding
{ deferStream: true }
helped! The session example should be updated with
{ deferStream: true }
Thank you again!
4 replies
S
SolidJS
•
Created by nlivyk on 6/30/2024 in
#support
Using session causes "Cannot set headers after they are sent to the client"
Thank you for the answer! Then I'll try to solve it using
deferStream
or just make a custom session using
getCookie
.
4 replies