Adam Tester
Adam Tester
Have a look at the dev branch, it has the latest code although it's probably buggy, I've been making changes the last few days and have a few more todo...
Hi @amerhendy Do you have a test page I can see? Or try and set up a JSFiddle at http://jsfiddle.net/ Adam
Hello, an update on my side, I have managed to fix it by commenting out the Push notificaiton plugin: ``` AmplifyPushNotificationsPinpoint pushPlugin = AmplifyPushNotificationsPinpoint(); ``` This was throwing an exception...
Looks like the same issue as this issue: https://github.com/aws-amplify/amplify-flutter/issues/3690 Testing the comment here: https://github.com/aws-amplify/amplify-flutter/issues/3690#issuecomment-1706916904 In the config, seems like it is enabled: ``` { "version": "1", "cognitoConfig": { "identityPoolName": "xxxf84b7594_identitypool_f84b7594",...
Hey @khatruong2009 and @ykethan to enable it, I manually did it in the UI. When running the steps it just said `Nothing to update` so I assume the Cloudformation had...
Hey, I have the same issue, when setting owner and using the flutter `amplify codegen models` feature a user cannot update anything they own, as it tries to update `owner`...
I'm having this issue as well, I get that error when I use the CURL request in the web console, but my app is coming back with this error: ```...