Closed
Description
Hi,
I'm making a new topic , as the old one get no answer and it still problematic in order to use the last SDK .
Issue on Android
- Create a new project
- Basic initialisation :
Parse().initialize(
MyParse.applicationId,
MyParse.serverURL,
masterKey: masterKey,
clientKey: clientKey,
debug: true,
liveQueryUrl: liveQueryUrl,
autoSendSessionId: true);
3)[ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: Failed assertion: boolean expression must not be null
Where is the problem ? seem to refer to :
ParseHTTPClient.send (package:parse_server_sdk/src/network/parse_http_client.dart:40:14)
Using parse_server_sdk: 1.0.21 with the same code , works perfectly . However 1.0.21 is not usable if you need parse live query and subscription.
Can you try to dig and find out whats the problem please ?
Metadata
Metadata
Assignees
Labels
No labels