-
Hello ! It is the first time I must deploy a georchestra instance and I have some difficulties. my environment : Has explained in the README I have clone the repo, switched to release 24.0 and run the docker compose without any modifications. I open https://georchestra-127-0-1-1.traefik.me/ but i cannot login, when I click on "Connexion" nothing append... when I click on "Catalogue", "Visualiseur", "Applications" or "Services" I have a 404 pages from nginx (1.26.1) when I check the browser console I have this : and obviously some errors in js console Is this the cause of my problem? am i missing something ? in configuration ? thanks your very much for your support |
Beta Was this translation helpful? Give feedback.
Replies: 13 comments
-
more over container ogc-api-records-1 it restarts in a loop (org.postgresql.util.PSQLException: ERROR: column language0_.isdefault does not exist) here are these logs :
|
Beta Was this translation helpful? Give feedback.
-
Hi @gch-meoss ! Thanks for trying geOrchestra ! Did you clone this repo with submodules ? For ogc-api-records it's a known issue. The image tag have to be updated to 4.2.8-0 version : |
Beta Was this translation helpful? Give feedback.
-
yes (about the submodules ) try this command : |
Beta Was this translation helpful? Give feedback.
-
I think yes, I used the following cmd : |
Beta Was this translation helpful? Give feedback.
-
Did you execute In |
Beta Was this translation helpful? Give feedback.
-
You can also try directly this url : https://georchestra-127-0-1-1.traefik.me/login |
Beta Was this translation helpful? Give feedback.
-
I runned the cmd with this result :
and i find domainName=${FQDN} in the default.properties file |
Beta Was this translation helpful? Give feedback.
-
We can have a call on IRC if you want, to help you get started. Anyway if it's not a submodule problem, we can have a look in gateway container to check if there's something wrong. |
Beta Was this translation helpful? Give feedback.
-
Make sure the directory name is called "docker". See #214 for more info |
Beta Was this translation helpful? Give feedback.
-
Sure ! Thx (I just doesn't speak very well english !)
with the URL https://georchestra-127-0-1-1.traefik.me/login -> 404 ! (thx you very well for your support) |
Beta Was this translation helpful? Give feedback.
-
indeed I cloned the repo in a folder with a custom name I try this ! |
Beta Was this translation helpful? Give feedback.
-
You are my hero! That was it! problem solved! thanks to all, for your quick and efficient responses |
Beta Was this translation helpful? Give feedback.
-
This has been fixed. You need to use the latest docker-compose file. There is no dependency on "docker" folder name anymore. |
Beta Was this translation helpful? Give feedback.
This has been fixed. You need to use the latest docker-compose file. There is no dependency on "docker" folder name anymore.