S3 Sign upload template throws undefined url error

Hello, I’ve come across the issue where default sign upload template server action is returning undefined url error. I’ve looked at some previous topics with similar error, but they seemed to have been either patched or CORS related, wheres mine isn’t. I’m simply trying to upload image to Digital Ocean storage, without having to upload it to my server (older upload file/put file way), but it keep returning undefined url error. Would anyone know what it would be related to or whether there’s a workaround?

Check that you have competed a full publish of your site. The 404 means the file is missing

I believe the 404 warnings are just source maps and can be ignored.

The s3 provider should now be setup under GLOBALS and not in the API action

You can also check


For more info on the error

Thank you for your help, it looks like there were missing modules, since I was publishing through FTP. Publishing/deploying through docker instances fixed all my previous issues. :man_shrugging: