It seems like you are misconfusing the proxy / ports assignment here.
We have 2 different profiles, as mentioned in the Setting up an IDE documentation:
Without SSL, hosted on http://localhost:9000/manager/
With SSL, hosted on https://localhost/manager/
Be aware that those setups do not run the manager (Backend and UI), only the dependencies.
This should be ran within your IDE.
.
If youâre doing local development work, hosting without SSL and proxy is the plug-and-play option. Otherwise you need to add a few environment variables as mentioned in the docs.
No need to edit the ports in the docker-compose file btw, just keep the original one.
Would only make it more tough to solve
Because what is your use case exactly? This would help for providing the correct advice.
.
Regarding that last docker-compose pull issue; try restarting your Docker service / system.
If that does not work, check your network connectivity.
Hi Martine,
Our use case is simple :
We want to do development environment setup. Before doing any modification we want to understand how to run and Configure OpenRemote using the source code.
Great! Well then the steps provided in the docs, and the ones I mentioned should work.
I would recommend running without proxy (dev-testing profile) to prevent hassle, and then following the steps in the âSetting up your IDEâ documentation. After that localhost:9000/manager/ should work.
You were already up and running, except the proxy was making life more difficult in your case.
No you donât need any extra configuration for this.
The screenshots you sent still use SSL; make sure you deleted all environment variables that use this.
All the issues youâve mentioned until now are SSL related, while it doesnât seem you want that.
So, try following the documentation from scratch, step by step, without SSL or the proxy, since that should not give any errors.