isomorphic-react
isomorphic-react copied to clipboard
what happend to 'Cannot set headers after they are sent to the client'
what happend to 'Cannot set headers after they are sent to the client' when i use res.send(index)
someone said res.send() had excuted twice, but i just called it once, When i res.send('some Strings ') it works!