Posts
Members
Info
Blocked deploying my first jseverywhere application: would appreciate help!
Learning through the beautifully written Javascript Everywhere book - many thanks for that. But at the end of chapter 10, I am getting the following error message that I could not resolve through this support forum. The curl command is a single line. Many thanks!
0
7
passwordless flow
Thanks for writing the book, it has been so helpful to me. I’m re-reading the authentication chapter and thinking of a passwordless flow (magic link). Do you think what’s described in the book (username and password flow) could readily be adapted into a passwordless flow? What…
0
2
Connecting to Heroku with MongoDB connection string
Hi, I've been following the book, and noticed that the MongoDB connection string now includes a <dbname> along side the highlighted username and <password> meant to be filled with the corresponding user and user password. I have been unsuccessful in determining what the <dbname>…
0
11
Problems with the React Native app
Hi all, despite pinning dependencies there are some issues with the React Native app due to updates to Expo and the Expo App. In hindsight that should have been an obvious concern of mine! I'll be making updates to the repo over the next few days in hopes that a fresh clone will…
0
3
Error Bad Request
I am not sure why I am receiving a bad request error. The API is running locally and I am able to make queries and mutations to the database locally but am not able to display the data to the console. Any help on this error would be extremely useful Code for home.js: and App.js:
0
14
Having an issue with Curl not liking my attempt
$ curl \ -X POST \ -H "Content-Type: application/json" \ --data '{ "query": "{ notes { id } }" }' \ https://notes-with-friends.herokuapp.com/api curl: (3) URL using bad/illegal format or missing URL curl: (6) Could not resolve host: POST curl: (3) URL using bad/illegal format or…
0
5
Hi guys, Thanks Adam for this amazing book, I'm currently at the web…
Here's my code sample // My Mutation import {useMutation, useApolloClient, gql} from '@apollo/client' …
0
12