You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2020. It is now read-only.
For some reason __meteor_runtime_config__.ROOT_URL value in https://rocketchat-host/__cordova/index.html is not changed even when the ROOT_URL value is changed via the admin console, or via our Auto ROOT_URL detect popup toast.
This will cause the mobile app to load the previous ROOT_URL value, resulting in a blank (or white bar) login screen.
This happens frequently because the default is localhost:3000 - and many rely on our 'auto detect toast' to fix the ROOT_URL for all non-mobile clients.
For some reason
__meteor_runtime_config__.ROOT_URLvalue inhttps://rocketchat-host/__cordova/index.htmlis not changed even when the ROOT_URL value is changed via the admin console, or via our Auto ROOT_URL detect popup toast.This will cause the mobile app to load the previous ROOT_URL value, resulting in a blank (or white bar) login screen.
This happens frequently because the default is
localhost:3000- and many rely on our 'auto detect toast' to fix the ROOT_URL for all non-mobile clients.Highly likely the cause of #25