djsjr
djsjr
any update on this? @RanVaknin [https://github.com/coderbyheart/aws-lambda-esm-with-layer](https://github.com/coderbyheart/aws-lambda-esm-with-layer ) [https://github.com/vibe/aws-esm-modules-layer-support](https://github.com/vibe/aws-esm-modules-layer-support) Here are two supposed "workarounds" I found. Yet to implement either
@HuiSF Any problem with just leaving out the .stop() entirely? [The docs say](https://docs.amplify.aws/lib/datastore/other-methods/q/platform/flutter/#stop): "You can also force your [DataStore sync expressions](https://docs.amplify.aws/lib/datastore/sync/q/platform/flutter/) to be re-evaluated at runtime by calling stop() followed...
> Are you trying to reevaluate sync expression? Or just wanting to start DataStore after user signed in? If the latter, you don't need to invoke `stop()` prior calling `start()`....
This just began happening to me as well on a production environment. Here's what I get from my Google Play Console crash stack trace ``` Exception j.c.a.c.f: at io.reactivex.rxjava3.plugins.RxJavaPlugins.onError (RxJavaPlugins.java)...
When this error happens, the app crashes. I had many users report crashes every time they used the app and had to downgrade to an older version to fix the...
@poojamat This error occurs for me when a user who's device has a synced local database via datastore gets updated to the latest version of datastore. (I am using flutter,...
@josefaidt sounds good. Awaiting those docs so I can migrate. Any timeframe for those?
For anyone with a similar problem, I was able to take the token obtained through an API call, separate it into substrings for the Policy, KeyIdPair, and Signature, and then...
Considering CloudFront specifically recommended signed cookies for HLS content, it'd probably be a good idea to add it as an option at least. I do think a note on converting...
@tsenguunchik The workaround? Yes