Can't upload file to self-hosted app

Hi

I imagine I am getting something very elementary wrong but we have an app that worked fine on retool (not on-prem). I'm trying to get it working on-prem. I've set up the docker container and exported the app as json -> imported on prem. The initial screen loads just fine but when I upload a file I just get the gray upload wheel. I'm wondering if this is a access issue but I don't see any errors indicating that. Any help on where to look to solve this is greatly. appreciated.

One thing I've noticed is that I get a 404 from api/files/upload

Thanks!

1 Like

Hi @apoursh! Welcome to the community. :slightly_smiling_face:

My guess is that one of the components in your app is trying to upload to a now non-existent resource. When exporting an app, it's important to note that the resulting .json file does not include resources. This means that you'll likely need to redefine the app's queries to use your new on-prem resources instead of the ones that existed in your cloud environment.

I hope that helps! Let me know if you have any follow-up questions or run into additional issues.