Andrii Ponomarov
Andrii Ponomarov
If there were any changes in the dashboard, (http://localhost:8080/dashboardGroups/a5df7b40-172c-11ed-b1fb-3d4b34c80840/b8884710-18a6-11ed-b15c-9519de0fa078) a similar message will be sent to the rule chains.  You can use this data
Hi, You are using a tenant account, but that account does not exist at demo.thingsboard.io. Create your own account and use your credentials.
Here are links to PRs for the K8S script repositories: [https://github.com/thingsboard/thingsboard-ce-k8s/pull/56/files](https://github.com/thingsboard/thingsboard-ce-k8s/pull/56/files) [https://github.com/thingsboard/thingsboard-pe-k8s/pull/40/files](https://github.com/thingsboard/thingsboard-pe-k8s/pull/40/files)
This can happen if you have a branching to "save telemetry" and "go to rule chain A". You have several options if you want only rule chain "A" to be...
If you imported a dashboard that you already have and changed it, this change will not happen in another dashboard. Because the new dashboard was created with a different id....
Have you deployed [MQTT transport](https://thingsboard.io/docs/user-guide/install/pe/cluster/gcp-microservices-setup/#mqtt-transport-optional)? That your external IP for MQTT transport will be different from the external IP for web access. To find out the endpoint for MQTT transport...
Try enabling http+https mode and make sure that the domain name is correct.  If you see a button when open login page with http://domainname:80, you have a proxy problem....
Try to disable http to https for a while and go to port 80. If the authorization button appears, you have a redirection problem
Try migration procedure again as we have fixed some bugs in the migrator code. The migrator supports all versions from 3.0.0 to latest (3.6.4).
First of all, make sure Cassandra is running: `service cassandra status` Next, make sure that the cassandra database timeseries type is defined in your configuration files (`/usr/share/thingsboard/conf/thingsboard.conf`): ``` export DATABASE_TS_TYPE=cassandra...