-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feedback]Getting Started Amplify should include Import info #3949
Comments
Ok, I found out what my issue was. Please do not close this ticket until you document this or improve documentation on this. This works:
Until you try to use a subscription from a GraphQL endpoint.
and now only import like this:
And subscriptions to my appsync graphql endpoint works flawlessly. There are hundreds of threads probably caused by this. I also got:
as well as:
as well as No Current User as specified in this issue With Amplify.Loglevel set to debug I got:
Trying different ways of modifying the call/config all resulted in errors that aren't useful and hours could have been prevented with a:
or any kind of documentation whatsoever including the imports, the docs I could find all show the code with imports omitted. |
Same symptoms for examples: Another person who had the same issue: Example of recommendation that causes bug: Modularisation that caused this small documentation gap: I just felt compelled to round this off with this comment. |
@AlphaJuliettOmega thank you for detailed issue here. We do have what configuration goes into each category in the library like this, Would you like for us to have a separate single page on configuration talking about various ways of configuration and also add note on cleaning up |
@AlphaJuliettOmega, just following up on the comments above. Any thoughts on this? |
Closing for now. Can reopen if there is more information or follow up. |
Page:
/lib/q/platform/[platform]
Feedback:
Imports were recently split.
The text was updated successfully, but these errors were encountered: