-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
amplify issue #5706
Comments
Hello @Technical-Team-4Dev , thank you for raising this issue, I'm sorry that the logs are non stop looping these same messages. We will investigate the issue and attempt to reproduce it, we will get back to you once we can |
and i got another issue related to amplify , this issue is when i made apk release of the flutter app the amplify datastrore and synchronize worked for the firs time after installation and the second time i entered the app i found no data at all and when i tried to insert new i couldnot as if no database at all please can you help me with this issue as well |
Hi @Technical-Team-4Dev, sure thing. Could you provide the code for how you are synchronizing to datastore? |
sure , i just made the configuration in the main.dart Future configureAmplify() async {
} catch (e) { void main() async { Get.put(FieldSettingsController()); This "input" configures a global authorization rule to enable public access toall models in this schema. Learn more about authorization rules here: https://docs.amplify.aws/cli/graphql/authorization-rulesinput AMPLIFY { globalAuthRule: AuthRule = { allow: public } } # FOR TESTING ONLY! type Blog @model { type Post @model { type Comment @model { Input for global authorization (optional)input AMPLIFY { globalAuthRule: AuthRule = { allow: public } } MainAccount-related modelstype MainAccount @model { type SubAccount @model { enum MessagingWay { enum MessagingType { type DebtOperation @model { enum OperationType { enum ScreenClosed { note : i didnot write any custom code for sync i relayed on the auto sync provided by amplify with appsync |
Thanks @Technical-Team-4Dev, we will investigate and return when we have an update! |
Hello @Technical-Team-4Dev, I haven't been able to reproduce the initial issue about the cycling locks acquisition and release. Could you provide where the dispatched event is being captured in your code? About the issue with the datastore problem and the issue only appearing in a release, are you following the documentation for deployment of an Amplify app? |
Hi Bro @ekjotmultani , i got the issue it was because of mis configuration in amplify so it was solved after i reconfigure the amplify again and whole resources so thanks alot and forgive me that i didnot tell you in the time of configuration success it was just last night |
Hey @Technical-Team-4Dev, no problem at all, I'm glad to see that it worked out. I'll go ahead and close this issue now then, feel free to raise another issue should something you believe requires it comes up. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Description
when i run my flutter app through my not9 device i see in the console the following logs appears repeatedly in progress and never stop till i exit app or stop suning
I/amplify:aws-datastore(10984): DataStore plugin initialized.
I/amplify:aws-datastore(10984): Orchestrator lock released.
I/amplify:aws-datastore(10984): Orchestrator lock acquired.
my amplify vesion is the latest available
amplify --v
12.13.1
please help me because these logs prevent me from tracking my app behavior and make my development very hard
Categories
Steps to Reproduce
1- run flutter app
2- open the console
3- the logs appear
Screenshots
Platforms
Flutter Version
3.24.3
Amplify Flutter Version
12.13.1
Deployment Method
Amplify CLI (Gen 1)
Schema
The text was updated successfully, but these errors were encountered: