Unable to connect 'thingsboard.cloud'
I got a ERROR messge.
I/flutter (12221): ERROR ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄
I/flutter (12221): ERROR │ ⛔ Error: ThingsboardError: message: [Unable to connect], errorCode: 2, status: null
I/flutter (12221): ERROR │ ⛔ #0 toThingsboardError (package:thingsboard_pe_client/src/error/_thingsboard_error_handler_io.dart:89:18)
I/flutter (12221): ERROR │ ⛔ #1 HttpInterceptor.onError (package:thingsboard_pe_client/src/interceptor/http_interceptor.dart:104:19)
I/flutter (12221): ERROR │ ⛔ #2 DioMixin.fetch._errorInterceptorWrapper.
static final thingsboardOAuth2CallbackUrlScheme ='org.thingsboard.pe.app.auth';
/// Not for production (only for debugging) static final thingsboardOAuth2AppSecret = '';
/// Not for production (only for debugging) static final thingsboardSignUpAppSecret = ''; }
Do I need more setup on 'thingsboard.cloud'?
I have the same problem, did you find a solution?
Any updates on this?
UPDATE: Nevermind, I had the same error in my flutter app, which uses thingsboard_pe_client. My Problem was, that I forgot to give Internet permission to the app