dart backend linode
I uploaded all my backend, made all the settings and uploaded the port 8080 server, but every request I make I get the following error:
Error thrown by handler.
SocketException: Socket has been closed
and always a 500 error (internal server error)
Do I need to do some release of port 8080?
3 Replies
Do I need to do some release of port 8080?
You need to check to see if it's open in your firewall. If not, you need to open it.
-- sw