Hi,
Is url in rocketchat_uploads
collection in mongodbo supposed to have absolute path like https://site.com/<path>
or just <path>
?
I see in one of the test instances that is using rocket chat version 1.x is using just the relative path, but another instance of 3.x version is using absolute path.
So I wonder if it is our misconfiguration in the 3.x instance, as my understanding is that the absolute paths will break once the site’s ROOT_URL is changed.
So which is the supposed way and what could cause the absolute paths in URL?