Mel
Mel
In this instruction, I don't know what 'substituting the path to the tarball requires. "After downloading, extract the file by running the following from a new project directory, substituting the...
In the quick start instructions, there are three greyed out instructions as follows: rover subgraph publish mygraphname-randomstring@current \ --schema ./products-schema.graphql \ --name your-subgraph-name \ --routing-url http://products.prod.svc.cluster.local:4001/graphql What am I supposed...
When I do rover config whoami, I get the end of an apollo key that does not match the one I copied from the setup instructions for the graph -...
When I try to follow the config instructions on this page: https://www.apollographql.com/docs/rover/migration/#checking-a-graphs-changes-with-a-config-file, I get an error that says: rover graph introspect http://localhost:4000 error[E028]: error sending request for url (http://localhost:4000/): error...
When I follow the setup instructions on the above linked page, I am asked to make random locations and reviews pages in my root directory. I do that, but when...
If I rename the reviews.graphql file to become products-schema.graphql, i can publish the schema in rover, but then instead of linking to my prisma schema, it goes to this random...
A solution that works was finally found and is recorded here. I don't understand it but am EXHAUSTED from focusing on this problem. https://stackoverflow.com/questions/59277859/react-display-a-firestore-timestamp I hope this helps someone else
Did you find a solution? I'm stuck trying to read the name attribute from the user collection from the authUser listener.
Did anyone figure out how to look for problems that cause this issue? I can run a query in my local host, and in the apollo chrome inspector, but I...
I am having similar issues with supabase. I can successfully submit to the db for about 15 submits, then I get an error which is either not logged in supabase...