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

    ChinCluBi

    12/06/2017, 1:50 PM
    hi, how to solve this problem?
    Copy code
    Function returned invalid status code: 0. Raw body: empty.last
    n
    • 2
    • 2
  • j

    johhansantana

    12/06/2017, 2:38 PM
    could someone help me figure out why my subscriptions are not being invoked?
    • 1
    • 1
  • e

    emils

    12/06/2017, 2:54 PM
    Hey! šŸ–ļø Has anyone have done nuxt.js or simple Vue.js Facebook auth? I've made FB login - storing user data @vuex but need to make graphcool calls to store data I also have FB graphcool template. Just thinking how to connect both neckbeard
  • n

    notrab

    12/06/2017, 3:20 PM
    Error running
    gc logs
    right now. Anyone else?
    Copy code
    nCloudFront attempted to establish a connection with the origin, but either the attempt failed or the origin closed the connection.\n<BR clear=\"all\">\n<HR noshade size=\"1px\">\n<PRE>\nGenerated by cloudfront (CloudFront
    j
    n
    f
    • 4
    • 14
  • d

    dk0r

    12/06/2017, 4:12 PM
    Any idea if a
    permissions
    example is still available?
  • d

    dk0r

    12/06/2017, 4:12 PM
    https://github.com/graphcool/framework/tree/master/examples
    n
    • 2
    • 3
  • s

    steven

    12/06/2017, 5:12 PM
    Read this article. https://blog.graph.cool/all-you-need-to-know-about-apollo-client-2-7e27e36d62fd Was wondering if Apollo 2.0 and InMemoryCache offers iOS offline support. If so is there a good example, tutorial?
    d
    • 2
    • 1
  • s

    schickling

    12/06/2017, 6:50 PM
    @nikolasburk has written a great blog post on how
    makeRemoteExecutableSchema
    works under the hood. Hope it’s useful to new people getting into schema stitching. šŸ‘‹ https://blog.graph.cool/how-do-graphql-remote-schemas-work-7118237c89d7
    šŸ˜Ž 2
    🦜 3
    graphcool 1
  • d

    dk0r

    12/06/2017, 8:03 PM
    Anyone know how to add
    Authorization Headers
    ? I’m trying to follow the Authorization guide (link below) which shows a screenshot of how to add a header but this functionality does not appear to be present in the current playground:
    <https://github.com/graphcool/framework/tree/master/examples/auth#checking-whether-a-user-is-currently-logged-in-with-the-loggedinuser-query>
  • d

    dk0r

    12/06/2017, 8:04 PM
    The guide shows to do this from the playground:
  • d

    dk0r

    12/06/2017, 8:05 PM
    But all I see in the playground is this:
  • d

    dk0r

    12/06/2017, 8:09 PM
    Here’s a link to my shared playground: https://graphqlbin.com/qnOt8
    a
    • 2
    • 6
  • j

    Jason

    12/06/2017, 8:23 PM
    I'm curious if it's possible to integrate with Auth0 for authentication when using the Graphcool framework — I'll probably end up hosting via Graphcool Cloud, but right now I'm running everything locally in development and I can't figure out how to connect Auth0 the way I used to be able to in the online version
    l
    b
    s
    • 4
    • 5
  • t

    thiago.leite

    12/07/2017, 12:28 AM
    Do you have an example implementation of a Serverless + Graphql + Mongoose?
    i
    • 2
    • 1
  • d

    dk0r

    12/07/2017, 1:21 AM
    I keep getting the following error when trying to run
    graphcool local up
    via this backed quickstart tutorial (https://www.graph.cool/docs/quickstart/backend/node/node-phe8vai1oo/)
  • d

    dk0r

    12/07/2017, 1:22 AM
    ERROR: A project with the name 'service' already exists in your account
  • d

    dk0r

    12/07/2017, 1:24 AM
    I’ve deleted all docker containers/images and projects in my graphcool account (except ā€˜Example Project’). Uncertain how to proceed besides using a different service name.
  • s

    steve

    12/07/2017, 2:05 AM
    @dk0r You most likely need to delete the volumes as well
  • s

    steve

    12/07/2017, 2:06 AM
    You can check if you have dangling volumes with
    docker volume ls -q -f dangling=true
  • s

    steve

    12/07/2017, 2:08 AM
    You can
    Copy code
    docker volume rm `docker volume ls -q -f dangling=true`
    to wipe them all out
  • i

    iamclaytonray

    12/07/2017, 2:09 AM
    I’d love to hear your thoughts/use-cases/etc on this issue: https://github.com/graphcool/framework/issues/1369
  • l

    Luke Diebold

    12/07/2017, 2:42 AM
    anyone else having to wait 10+ minutes after running "graphcool deploy" ?
  • l

    Luke Diebold

    12/07/2017, 2:43 AM
    It seems to get stuck on "bundling functions"
  • m

    matar15

    12/07/2017, 4:05 AM
    how can i set env variable to file in current directory If i write full path.
    Copy code
    hello:
        handler:
          code:
            src: src/hello.js
            environment:
              FILE_PATH: /var/faas/functions/cjap0vfj600020132eqeglvqz/hello/src/ohter_file.json
    but does not work if i write related path
    Copy code
    hello:
      handler:
        code:
          src: src/hello.js
          environment:
            FILE_PATH: ./src/ohter_file.json
    I also tried
    src/other_file.json
    ,
    other_file.json
    ,
    ./other_file.json
    . import(ā€˜fs’) shows
    other_file.json
    and
    hello.js
    are located under
    /var/faas/functions/cjap0vfj600020132eqeglvqz/hello/src
    I can go with full path option. But my concern is if full path changes?
  • r

    Rahul

    12/07/2017, 7:54 AM
    Can I use latest Apollo Graphql client with redux and react ?
  • s

    Steven Sacks

    12/07/2017, 8:15 AM
    Question for the G.C team - how long until "watch" type functionality will be available on the local dev environment so any changes I make to the codebase will be automatically deployed instead of having to run
    npm start
    every time? Or is there already a solution/workaround for this?
    i
    • 2
    • 7
  • r

    rein

    12/07/2017, 8:44 AM
    I was wondering if anyone else had this problems in the last days
  • r

    rein

    12/07/2017, 8:44 AM
    https://github.com/graphcool/framework/issues/1367
  • s

    SiniÅ”a Perović

    12/07/2017, 9:34 AM
    "graphcool deploy" from inside the Vagrant box (ubuntu/xenial64 server) is expecting a browser. Any alternative way to login?
    šŸ‘ 1
    d
    • 2
    • 2
  • j

    jferrettiboke

    12/07/2017, 10:52 AM
    Quick question. Why don't I have the new dashboard on the cloud? It isn't enabled for the cloud yet? It is only for local?
    n
    • 2
    • 3
1...459460461...637Latest