-
Notifications
You must be signed in to change notification settings - Fork 75
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
Not exactly sure how to properly integrate #2
Comments
Thanks @benwilson512, closing this issue. FWIW this was my problem |
Btw, if you are using Angular, I suggest looking to the apollo-angular which now supports apollo client 2.0 and apollo link that we support out of the box. |
@tlvenn thanks for the suggestion, I will go ahead and use it :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello again :)
I'm trying to integrate with phoenix and I feel like I did everything that the docs say, but am getting a
400 Bad Request
.This is the relevant code (I believe...)
This is my JS code, I'm just trying to make it work at this point:
And this is my server's:
In my logs this is all I see:
Am I missing something? Thanks!
The text was updated successfully, but these errors were encountered: