huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
240 stars 80 forks source link

Uwazi stopped rendering the map #2637

Closed vasyugan closed 4 years ago

vasyugan commented 4 years ago

today I noticed that my Uwazi instance no longer renders the map. My instance is dockerized, based on Debian stretch. Both log files have no fresh entries. List view works as normal, just the map stays empty.

RafaPolit commented 4 years ago

Hello!

There was a change on the URL for the tile server we use for Uwazi. This was addressed a bit back in Oct 14 in Pull Request #2574 .

Have you updated your Uwazi instance after that date?

If not, we suggest you follow the procedure to update your instance with the most recent Master branch. Have you done this before?

vasyugan commented 4 years ago

I gu

Hello!

There was a change on the URL for the tile server we use for Uwazi. This was addressed a bit back in Oct 14 in Pull Request #2574 .

Have you updated your Uwazi instance after that date?

If not, we suggest you follow the procedure to update your instance with the most recent Master branch. Have you done this before?

Thanks! No, I use the stable release 1.5. If it is just about a changed URL, wouldn't it make sense to backport it to a maintenance release? Since my Uwazi install is basically still a pre-alpha, upgrading to git master probably wouldn't do much harm but once it goes public, I would prefer to have a stable version running, and I don't know if it is going to be safe to downgrade to a stable version at that point.

txau commented 4 years ago

@vasyugan we are waiting for some major changes to be ready to announce a new stable release soon.

That said and regardless of the official releases, the master branch (https://github.com/huridocs/uwazi/tree/master) it's consider stable code since it has already gone through QA, testing and has been deployed to production servers (and hot fixed if necessary).

My advice would be to go ahead and upgrade without waiting for major releases.

vasyugan commented 4 years ago

fixed it now for myself. The problem had to do with the additional complexity of docker.

txau commented 4 years ago

@vasyugan is this issue fixed?

vasyugan commented 4 years ago

@vasyugan is this issue fixed?

Yes, thank you very much!