Retool-onpremise ec2 issue

Hi, everyone

I’m tranna to deploy and start retool-onpremise and I faced such issue

After I deployed it to ec2 instance, all containers are started but frontend is not reachable by http:///auth/signup or http://:3000

Because there were such logs in container retool-onpremise-api-1 that is responsible for frontend

Logs:

sed: can't read ./dist/**/*.html: No such file or directory

Java dbconnector started on port 3007 with pid 27

I tried to fix it with such line in my compose file

api:

image: tryretool/backend:3.196.11-stable

working_dir: /retool_backend

But it doesn’t work

Also I tried to change script directory, but it didn’t give any results

PastedGraphic-1.png

How to fix it? All the flow from the docs is not obvious and it take a lot of wasting hours to figure it out

Thanks in advance!

Hi @fedoroff94,

Apologies for the issues. I am not sure what is the root cause of this, but I suspect you may need to start the deployment over and make sure you configure everything exactly how our docs detail.

I gut feeling is that there is a small piece missing to the set up steps and I can't really troubleshoot until I can see your code and deployment config set up. I would just be asking you line by line as I read through the docs as well.

Which docs are you referring to when you say it is not obvious? We can look into improving them if you can direct me some specific areas that you are not sure about. Make sure you follow all the steps in the docs here.

Also it looks like you tried to upload a PNG but it is only showing a thumbnail icon, if you can share some screenshots that could be very helpful for getting help from other users who have also completed this set up.