question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ConsoleLogger.ts:99 [WARN] 25:02.663 DataStore - Data won't be synchronized. No GraphQL endpoint configured. Did you forget `Amplify.configure(awsconfig)`?

See original GitHub issue

Hi out of the blue am getting this warning:

ConsoleLogger.ts:99 [WARN] 25:02.663 DataStore - Data won’t be synchronized. No GraphQL endpoint configured. Did you forget Amplify.configure(awsconfig)? {config: {…}}

am using IAM for the appsync/datastore and configuring this way:

Amplify.configure({ Auth: { identityPoolId: awsconfig.aws_cognito_identity_pool_id, region: awsconfig.aws_cognito_region , userPoolId: awsconfig.aws_user_pools_id, userPoolWebClientId: awsconfig.aws_user_pools_web_client_id }, aws_project_region: awsconfig.aws_project_region, aws_appsync_graphqlEndpoint: awsconfig.aws_appsync_graphqlEndpoint, aws_appsync_region: awsconfig.aws_appsync_region, aws_appsync_authenticationType: awsconfig.aws_appsync_authenticationType });

this was working fine before, i created a new datastore and now it’s throwing up.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
BenjaminWattscommented, Feb 25, 2021

I have the same issue

0reactions
apolat2000commented, Mar 29, 2022

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

amplify-js
Interact with your GraphQL or AWS AppSync endpoint(s). DataStore · AWS AppSync, Programming model for shared and distributed data, with simple online/offline ...
Read more >
ConsoleLogger.ts:99 [WARN] 25:02.663 DataStore
ConsoleLogger.ts:99 [WARN] 25:02.663 DataStore - Data won't be synchronized. No GraphQL endpoint configured. Did you forget `Amplify.configure(awsconfig)`?.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found