Problem with Linode, Upload files problem

I have a problem with my linode, it was working fine until a few days ago, I have an application in nodejs, it connects to an S3 bucket in DigitalOcean to store images, however now it is presenting a problem, but I have no error log, Every time I have a request where I have to upload an image, it returns an error 500, I have a huge problem, because I don't know what to do and all my clients are asking for money refunds.

I don't get any error in the console

1 Reply

What application are you running that does the upload?

Can you do the upload from the terminal as well as a small script you can invoke from the terminal?

Is this a web application? You getting the 500 on the browser screen?

A 500 is the worst error to get because it can mean a ton of things:

Corrupted browser cache
Temporary connectivity issues
Syntax errors or incorrect rules in the website’s .htaccess file
Incorrect file and folder permissions
Wrong PHP version for the website
Corrupted .htaccess file
Corrupted website’s database
Problems with WordPress themes and plugins
Exhausted PHP memory limit on the website
Corrupted WordPress core files
Large files on your website
Problems with the MySQL server

See https://www.siteground.com/kb/internal_server_error_500/ for more info.

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