Open TommasoDb opened 2 years ago
Is this line of your docker-compose.yml
correct: image: geondeleting alletwork
?
Trying to reproduce your error fails with ERROR: invalid reference format
.
Using image: geonetwork:4.2.2
instead seems to work.
With said version of geonetwork I could not reproduce your error. Is this error still occuring?
I think there is an error hidden in your docker-compose.yml?
.
image: geondeleting alletwork
is no correct image name.
docker-compose up
complains about ERROR: invalid reference format
.
If I use instead e.g. geonetwork:4.2.2
as an image name it will work.
And with this the error you reported seems not reproducible.
Does this error still occur on your setup?
I have the same error. Did you find a solution?
Have you tried clearing the cookies in your browser?
yes and the error is gone, thank you :)
Describe the bug Im running Geonetwork in Docker and If I login in with administrator user, Geonetwork displays this error message:
I can close the message and continue my work, but the message comes back again in few seconds.
I already tried deleting all containers and all volumes, than restart the docker engine and than start Geonetwork again, but the error persists.
To Reproduce I don't know what I did to trigger this error. Maybe I have deleted or renamed some volume, maybe the elastic search volume or the database volume.
Screenshots
Log file If applicable, add the server log file to help trace your problem.
Desktop (please complete the following information):
Additional context My docker-compose.yml: