Fábio Alves

Results 8 comments of Fábio Alves

Log of the command **sudo systemctl status thingsboard**: https://pastebin.com/SAcPHqXV Log of the thingsboard: https://pastebin.com/eZ1whr8y

I found this tutorial in another [issue](https://github.com/thingsboard/thingsboard/issues/3611). Apparently i followed the steps correctly, but it results in the logs above.

Hey guys, I finally found a way to do the migration correctly, by following the steps posted in this [discussion](https://groups.google.com/g/thingsboard/c/P7TcOnVIRqg). I'll post the steps below in case the link breaks....

> it's not the perfect solution, but i found the workaround using this one set `GoRouter.optionURLReflectsImperativeAPIs = true;` and instead using `context.go("/page2/page3?b=ball")` use `context.push("/page2/page3?b=ball")` instead. still don't know whats the...

Any updates for this feature to be working in all widgets?