I’m trying to add existing backend to a new react frontend. Every time I call the API from react i get, Uncaught (in promise) API api3ceaf69c does not exist Client side code index.js aws-exports.json “aws-amplify”: “^4.3.27” Error Error screenshot I went through multiple answers around the same issue but none of them are working for me. Interestingly this exact same
Tag: aws-amplify
Electron Amplify AppSync “Realtime disabled when in a server-side environment”
I’m using amplify appsync in my electron app and all works except for the realtime events which means my app doesn’t get signalled when the data changes in the cloud. I know this is because it’s running in Node which is what amplify is looking for (JS.browserOrNode) however I don’t know how to fix it. Can someone advise me how
How to use the GraphQL Get query from aws in React
I’m trying to make use of the getquery for graphql in react.js. But I can’t figure out how to go about doing this. I already succeeded to use the list query. How does one go about using the get query? Thanks! Answer You need an ID to retrieve an item with any get query. getPatient(id:”YOUR ID HERE”){}` Something like… For
Getting URL Parameters on GatsbyJS
Is there a way to retrieve url parameters passed on pages of project built on GatsbyJS? I’m trying to implement a password reset function on my page using AWS, but they can only send the parameters through a link sent to the user’s email. So the flow would be like this : User triggers Forgot Password -> AWS sends email