-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keeps loading the dashboard forever #89
Comments
Hello @leorenan, Thank you for reporting this issue. We are aware of it and are actively working on a fix. |
Hello @ybeshkarov I am available for testing and validating the problem Thank you very much |
Hello @ybeshkarov , I updated to the new version 1.2.0 of the Things Board APP PE application, but I still have the same problem. Another important point is that we are getting the same Android problem with Samsung smartphones like S24, A53, and Xaomi Would it be possible to prioritize the resolution of this problem, or some direction? |
Hello @leorenan, Since the dashboard is merely a web view and the mobile device does not directly control its loading, I suggest you hide the loading indicator to see what's truly occurring. To do so you need to comment on 484 - 504 code lines here
|
I am experiencing a similar issue with the latest version of Thingsboard PE platform (3.7.0PE) and the latest release of the Flutter code (1.2.0). Despite modifying the code as suggested by @ybeshkarov, the behavior remains the same. The dashboard loads the first time but then gets stuck with the loading animation (three moving dots). https://apps.apple.com/es/app/ingeniatic-plataforma-iot/id6502765600 In the Flutter debug console, I see the following messages when connecting my iPad via USB: [quic] quic_crypto_queue_append not enqueuing more packets (max 5 reached) Could you provide any guidance or solutions for this issue? |
@ybeshkarov Is there any forecast for releasing the new version with the correction of this problem? Are these fixes in the dev branch? I can help validate |
These fixes are in the dev branch, and the platform fix is available here: PR #11326. You'll need to build ThingsBoard locally as well to verify. Additionally, make sure that thingsboard_client also points to the dev branch to build the app. |
Hello @leorenan, please recheck this issue with the 1.3.0 release. |
Hello @ybeshkarov I tested it, but it presented another problem of incompatibility with PaaS. How can I solve this problem? |
Hello @leorenan, Regarding why you see this message I answered there #167 For PaaS you can download our mobile app https://apps.apple.com/us/app/thingsboard-cloud/id6499209395 and check it there. |
Is it still actual? |
The application is already in the Apple store using TestFlight
When installing and running for the first time the application works normally, but when it is closed and opened again it keeps loading the dashboard forever. Even after closing the session the problem persists
Environment
Problem: keeps loading the dashboard forever
The text was updated successfully, but these errors were encountered: