python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Authorization error when updating a GraphQL object using aws-amplify
I'm experiencing issues when using aws amplify to generate a graphql API
My model has mainly two objects (User and messages):
User object:
type User
@model(subscriptions: null)
@auth(rules: [{ all...
Bertrand
Votes: 0
Answers: 1
Amplify `tokenRefresh` event triggered multiple times
I'm using the following code to monitor the auth process with Amplify+Cognito:
const handleHubEvent = useCallback((capsule) => {
const event = capsule?.payload?.event;
try {
switch(event){...
alx
Votes: 0
Answers: 0
ReactNative IOS stuck on splash screen when cold start from notification
I have a ReactNative pp with version 0.63.4 configure with amplify push notification.
When app is closed (not in background) and launched from notification after a long time (i observed when phone is ...
charithreddyv
Votes: 0
Answers: 0
Failed to resolve component: amplify-s3-image , but it actually works
I get this warning in my Chrome Console:
runtime-core.esm-bundler.js?d2dd:38 [Vue warn]: The `compilerOptions` config option is only respected when using a build of Vue.js that includes the runtime co...
bangarangguy
Votes: 0
Answers: 0