https://www.prisma.io/ logo
Join Slack
Powered by
# prisma-whats-new
  • c

    cadbot

    05/18/2017, 6:09 PM
    This is a bit beyond the scope of the tutorial, but curious if there is anything obvious I'm missing
  • c

    cadbot

    05/18/2017, 6:10 PM
    The two parts of the relay tutorial that are still black magic to me, is what part of the build process reads the graphql field in the package.json, and where the local schema is kept. It's my understanding that relay requires a local "compiled" copy of the graphql endpoint, but I don't see such a thing anywhere
    n
    • 2
    • 9
  • u

    user

    05/18/2017, 6:16 PM
    @nilan commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : sorry, missed this! There is nothing from Graphcool's side that I'm aware of that blocks bots to hit the API. Did you try some of the prerender options we linked above?
  • u

    user

    05/18/2017, 6:29 PM
    @mel commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : I’ve tried react-snapshot and prerendering with netlify. As far as I know prerendering doesn’t fetch data from API endpoints, just renders static react content. https://webmasters.stackexchange.com/a/79318 This link says that there needs to be a robots.txt file present at the endpoint?
  • a

    aurnik

    05/18/2017, 6:33 PM
    Does the PH promotion apply to previous users?
    n
    • 2
    • 2
  • u

    user

    05/18/2017, 6:37 PM
    @mel commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    :

    https://puu.sh/vU6cV/59befd277b.png▾

    this robots.txt tool can’t find the file. This may be the problem. Serving a blank robots.txt should solve the problem
  • u

    user

    05/18/2017, 7:33 PM
    @nilan commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : Prerendering executes your javascript and generates it to static content
  • u

    user

    05/18/2017, 7:36 PM
    @nilan commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : we're thinking about adding an out-of-the-box prerendering solution on the cloud, would you be interested in that?
  • u

    user

    05/18/2017, 7:46 PM
    @mel commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : absolutely, if it works well. I’ve tried prerender.io, netlify’s prerendering and react-snapshot but none of them seem to do the job 😕 I’m probably configuring something incorrectly but it’s hard to debug whats going on
  • u

    user

    05/18/2017, 7:48 PM
    @mel commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : sorry for polluting the main channel. I would’ve thought that image comments would go into a thread
  • u

    user

    05/18/2017, 7:51 PM
    @nilan commented on @mel’s file

    https://prisma.slack.com/files/U4Q8USMJT/F574918AU/screenshot.png▾

    : nah that's fine 🙂 Graphcool works with prep, NextJS and Nuxt prerendering so it is probably a configuration thing with the tools you use
  • a

    artyom

    05/18/2017, 8:41 PM
    @jeremy-hunter @zawer @shanethacker @willi84 @gln003 @adrianocola hi there, welcome to graphcool ! 👋
    👋 1
  • a

    artyom

    05/18/2017, 8:41 PM
    Check out #graphql-europe-comm if you're here for the GraphQL-Europe conference this Sunday graphql europe
  • b

    burrdy

    05/18/2017, 9:12 PM
    hi, does graphcool have an easy way to set up a staging/testing environment?
    p
    a
    i
    • 4
    • 7
  • p

    pegazux

    05/18/2017, 9:19 PM
  • p

    pegazux

    05/18/2017, 9:55 PM
    I was wondering, can I have a Server Side Subscription or Request Pipeline that reacts to a READ event?
  • j

    joar

    05/18/2017, 10:19 PM
    Getting an internal server error when trying to upload files
  • j

    joar

    05/18/2017, 10:20 PM
    Any way to debug? No response body so I have no idea whats wrong
  • y

    yergi

    05/18/2017, 10:20 PM
    Probably means you’re not sending the file appropriately.
  • y

    yergi

    05/18/2017, 10:20 PM
    I was having the same issue earlier today.
  • y

    yergi

    05/18/2017, 10:21 PM
    I had to send the files in an object like this
    {'data': example.png}
    👍 1
  • j

    joar

    05/18/2017, 10:22 PM
    yep, thats most likely it
  • a

    aurnik

    05/18/2017, 10:23 PM
    Has anybody here had success with the new functions feature and inline code?
    i
    k
    +2
    • 5
    • 8
  • k

    keshavsaharia

    05/18/2017, 11:11 PM
    Hi everyone! I’m an educator from Saratoga, California. I design content used in schools and summer camps. This summer we’re teaching web development classes all over the bay and we are really excited to try out graph.cool as a teaching tool. I’ll definitely be sharing my feedback with you all soon, and can provide you some photos or a blog post. Would love to connect with other educators that are planning to use graph.cool and would be happy to advocate on your behalf.
    👍 1
    n
    • 2
    • 2
  • c

    cnickeson

    05/18/2017, 11:21 PM
    Does graphcool have google auth support?
    n
    • 2
    • 3
  • b

    busk

    05/18/2017, 11:24 PM
    currently not, but you could build it yourself using web hooks / functions and the google api
  • c

    cnickeson

    05/18/2017, 11:28 PM
    Gotcha, thanks Busk
  • d

    drk

    05/18/2017, 11:51 PM
    in the case where
    createUser
    mutation causes an error code of 3023 (user exists)
    n
    • 2
    • 2
  • d

    drk

    05/18/2017, 11:51 PM
    where does the error code actually come from?
  • d

    drk

    05/18/2017, 11:51 PM
    https://github.com/graphcool/console/issues/294
1...195196197...637Latest