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

Yes, I release it on the firewall

and always a 500 error (internal server error)

An HTTP 500 is usually a server configuration error. Carefully, check your server configuration.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct