We’ve recently updated our server to the latest release of all services (simply using the :latest tag for all services in docker-compose.yml).
All seems generally well. But we don’t get the latest viewer as seen on app.speckle.systems. Is this because that viewer is only available on paid plans? Or are we missing something else? Help much appreciated.
In the viewer we have quite a few features like saved views, presentations etc tied to the workspaces module, which requires a license to run in a self hosted environment. So what you are seeing are the features available in the free version.
What feature are you missing from your viewer experience?
Thanks for this. I just liked the new layout of the main viewer, which is what I was wondering about - i.e. there are lots of bits of update discussed here: Redesigned 3D Web Viewer | Speckle which are not all linked to saved views etc - but are just a cleaner arrangement of tools.
Separately is there a clear summary somewhere of the differences for self-hosters between free and licenced versions? I guess that’s the same as asking for a summary of what is only available in the workspaces module.
Well that looks ace. But no that’s not what we see. We have installed using the guide to install on Digital Ocean using docker. Currently running 2.26.8-alpha.1226 which i think is the latest?
Hmm, actually we have released 2.26.8 since that, so you probably should update to that, but tbf that does not really explain the viewer differences. Pls double check you are running the latest components for all items in the server.
@gergo - thanks for that! I was using the :latest flag for each image in the docker compose file. But for some reason that wasn’t working. Now I’ve specified version 2.26.8 directly it has all updated nicely including the viewer. Thank you!