Harry Nguyen
Harry Nguyen
Me also having this issue. So If catch exception as already configured, I run other tasks related Amplify normally, weird things is catching another error, that AmplifyAnalyticsPinpoint is not configured,...
it is still same issue. @fjnoyp Not only AmpliyfyAnalyticsPinpoint, whole Amplify service return false although it was configured before.
Hi @Equartey thanks for reply, I have updated the Datastore content board image above, please take a look at it. It's high chance that the root of issue is from...
any update?
my case is **'com.amazonaws.amplify/datastore_observe_events'** full error description ``` The 'com.amazonaws.amplify/datastore_observe_events' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent on the...
@Equartey thanks for your reply 1. no issue on debug and release builds, only on Testflight or APK builds 2. How can I get these logs ? 3. Yes I...
@Equartey does this one relate to the issue? ``` [ERROR:flutter/shell/common/shell.cc(1015)] The 'com.amazonaws.amplify/datastore_observe_events' channel sent a message from native to Flutter on a non-platform thread. Platform channel messages must be sent...
@fjnoyp Hi (1) yes there's no issue at debug/release builds, only on Testflight and APK Android (sometimes happen, not always) (2) Thanks I did and console shows over than 16,000...
@Equartey I put Amplify.Datastore.start() on app resume, make it got stuck you only need to put it after you setting up listen Datastore hub to verify network is Up, otherwise,...
I have this struggling issue for several months, that in the case one user logs out the app (1st user), another sign in app (2nd user), same device 1/ If...