This message was deleted.
# orm-help
s
This message was deleted.
j
which tutorial are you following?
j
Typescript Graphql auth
Prisma is running because I can access it at 4466. I can’t access the Graphql yoga server at 4000
Only thing was changed was the database to mongo and running docker
Site can’t be reached.
j
what does your create server code look like?
j
Same as default.
I cloned the repo and only thing that was changed was the docker file for prisma. Using mongo.
j
which repo?
j
Prisma examples
j
there are lots of tutorials, which one are you following?
j
Omg I said it 5 times. The graphql typescript example using auth.
j
what’s the url?
j
Omg stupid slack
Just forget it. I’m done with this shit. Wasted 2 hours because graphql yoga can’t simply connect.
I can’t paste links.
like I said 6 times now it’s the prisma examples repo.
j
you’re being an asshole. there are loads of examples/tutorials/repos, asking you to be explicit is not wild.
i would still like to help you.
j
I’m not being a asshole. I have already told you multiple times it’s the prisma/prisma-examples
Typescript / graphql-auth
Doesn’t work.
My slack doesn’t allow me to post links
d
https://github.com/prisma/prisma-examples/tree/master/typescript/graphql This most likely! Thanks Jonathan for understanding 🙂 Jscott, if slack doesn't work for you properly, feel free to post it to spectrum: https://spectrum.chat/prisma?tab=posts Not sure why slack is not working for you though.. also sending output of
docker ps
would help us 🙂
j
Slack works but doesn’t have copy and paste feature on mobile.
Yup that the repo. Localhost:4000 gives can’t be reached. Prisma works just fine. I can access that at localhost:4466 the default. Both playground and admin. The graphql-yoga server doesn’t. Like I said I left everything the same. Only thing that was change was the docker file to use mongodb, data model was generally the same, user, post, but added comments.
Pulled the repo. Modified the data model and docker file. Deployed. Generated the prisma client / nexus. Npm start. Got the console log for server running on localhost:4000. Open in browser. Nothing. Can’t be reached. I had trouble before with graphql-yoga.