Replies: 3 comments 4 replies
-
Hi @lockheed, thanks for opening the issue. In general, the URL you should insert in the server URL configuration is the same as the one used to access the Swagger UI console. So, if you're able to reach the Swagger UI, the application should theoretically be able to connect to the server. Could you please confirm whether you're able to connect to Swagger at If everything works fine, you should see something like this |
Beta Was this translation helpful? Give feedback.
-
The port part is what doesn't make sense to me. Reverse proxy by nature only forward one port, and it is port 443 (HTTPS) and nothing else, so how could it access 8080? It cannot. This is the only web app I know of that requires more than one port to get into. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issues... i've deployed behind nginx and using authelia to authenticate. (Although all the troubleshooting has been set to bypass authelia.) I can access the welcome page using the subdomain "plants.example.tld" but when I try to use that to access the api/backend (using the suggest url
The nginx conf file has been tried in two configurations:
Config 2
Neither configuration works... Please help? |
Beta Was this translation helpful? Give feedback.
-
I am using caddy and the docker-compose for treafik is not clear to me.
Here's my docker-compose with external db.
Then I get to the homepage, but the first step there is to set the URL and it doesn't accept my domain.
Do I need TWO public domains to host PlantIt? One for 3000 and the other one for 8080? Why would API need a separate public domain? Unfortunately, your documentation says nothing about it.
Beta Was this translation helpful? Give feedback.
All reactions