Closed pj46280 closed 2 months ago
Hello @pj46280,
The error means your backend doesn't have the endpoint you're referencing.
/api/v1/MWyIaD8wiB8JH1XCX95g/telemetry/api/noauth/oauth2Clients
Normally this API looks like this
http://demo.thingsboard.io/swagger-ui/#/o-auth-2-controller/getOAuth2Clients
But you have extra /api/v1/MWyIaD8wiB8JH1XCX95g/telemetry
for some reason.
Check your app_constants.dart
file to make sure you point your endpoint correctly
Ok I was not providing a server instance, thanks for the help.
Actually I am getting multiple issues while building the apk for the app, its not compatible with current version of flutter, its prompting to update Kotlin version, I have already changed it to latest?
I am using this code to test and run the application in Android Studio following docs from here - https://thingsboard.io/docs/mobile/getting-started/. The app is starting but is stuck on this screen.
Complete error log -