Docs
Join the conversation
Join Slack
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Powered by Linen
Channels
graphql-nexus
job-board
madewithprisma
mongodb
new-channel
new-channel
new-channel
new-channel
new-channel
orm-help
prisma-client
prisma-data-platform
prisma-go-community
prisma-in-production
prisma-jobs
prisma-migrate
prisma-studio
prisma-whats-new
prisma1-community
prismaday
prismaserverless
product-wishlist
random
Title
o
overra
09/27/2017, 2:54 PM
can graphql-playground be used with local graphql servers?
n
nilan
09/27/2017, 2:55 PM
have you tried connecting to localhost?
🙂
o
overra
09/27/2017, 2:56 PM
I have with the desktop app but it says
http://localhost:3000
is invalid
🙂
and I tried adding the playground middleware to express but it doesn't load completely.
n
nilan
09/27/2017, 2:56 PM
ahh - could you try if 127.0.0.1:3000 works?
o
overra
09/27/2017, 2:57 PM
yeah I think
isURL
is looking for a tld
👍
1
n
nilan
09/27/2017, 2:57 PM
looks like a bug to me, could you create issues here:
https://github.com/graphcool/graphql-playground
?
🙂
o
overra
09/27/2017, 2:57 PM
sure!