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

    eli

    10/14/2017, 2:50 AM
    i created a new project, added the email-password auth template, and deployed to the BaaS. when i try to invoke a function i get the error
    "Cannot find module '/var/task/src\\email-password\\signup-lambda'"
    .
    ๐Ÿ‘ 1
    a
    n
    • 3
    • 13
  • m

    Maslov

    10/14/2017, 7:36 AM
    Can somebody help me with auth0 and token? https://www.graph.cool/forum/t/problem-with-auth0-authorisation-and-token/1263
  • m

    Maslov

    10/14/2017, 7:36 AM
    ๐Ÿ˜ญ
  • s

    sdubois

    10/14/2017, 7:58 AM
    Hi! Could anyone help with setting up a static website (e.g. on netlify) + Graphcool auth ? https://www.graph.cool/forum/t/access-control-graphcool-netlify/1254 I'm trying to understand how I can have my frontend served by CDN without an origin server, while retaining the capability to control the access to some pages. Thanks so much ๐Ÿ™‚
    d
    h
    • 3
    • 4
  • m

    Maslov

    10/14/2017, 8:37 AM
    Where I can read how to create authentication token?
    d
    n
    • 3
    • 7
  • m

    Maslov

    10/14/2017, 8:37 AM
    to use it with Bearer
  • h

    hvillain

    10/14/2017, 8:49 AM
    Anyone familiar with that kind of issue :
    ApolloError.js:34 Uncaught (in promise) Error: GraphQL error: Cannot query field 'authenticateUser' on type 'Mutation'. Did you mean 'updateUser' or 'createUser'
    ? It seems that my resolvers aren't caught up by my app (but work in playground)
    n
    • 2
    • 2
  • r

    rein

    10/14/2017, 9:30 AM
    is there a good tutorial/example of using algolia with react native?
  • n

    nilan

    10/14/2017, 10:53 AM
    @sunrising this error typically indicates that your function contains a syntax error.
  • s

    sunrising

    10/14/2017, 10:54 AM
    even when i tested the function (with the internal test button) then i wouldn't save the function
  • s

    sunrising

    10/14/2017, 10:54 AM
    i can try again
    n
    a
    • 3
    • 11
  • z

    zebapy

    10/14/2017, 11:24 AM
    anyone able to set up the email-password AND facebook auth template with new framework?
    n
    • 2
    • 5
  • m

    migz

    10/14/2017, 1:39 PM
    hey just started playing with Graphcool but can't seem to setup email-password auth
  • m

    migz

    10/14/2017, 1:39 PM
    i clone this project https://github.com/graphcool-examples/react-graphql/tree/master/authentication-with-email-and-apollo
  • m

    migz

    10/14/2017, 1:40 PM
    but everytime i signup i get back
    Copy code
    data:{signupEmailUser: null}
    ๐Ÿ‘ 1
    n
    • 2
    • 1
  • m

    migz

    10/14/2017, 1:42 PM
    using
    graphcool@next
    btw
  • d

    Daniel K.

    10/14/2017, 2:39 PM
    hey, can someone help with this please? https://www.graph.cool/forum/t/subscriptions-internal-server-error/1269
  • j

    jferrettiboke

    10/14/2017, 3:10 PM
    Does the team plan to offer interfaces and unions? I really care about this.
    n
    • 2
    • 2
  • r

    rein

    10/14/2017, 6:21 PM
    is there anyone here who has exprience using algolia's react instant search?
  • d

    doug_w

    10/14/2017, 8:22 PM
    Yup! Itโ€™s awesome
  • j

    jferrettiboke

    10/14/2017, 8:43 PM
    Question. Does someone know what is going on here? I am getting this error after using
    gc deploy
    .
    Copy code
    Global
        ร— The supplied query for the server side subscription `sendSignUpEmailConfirmation` is invalid. The provided query doesn't include any known model name. Please check for the latest subscriptions API.
    โœ… 1
    a
    • 2
    • 4
  • m

    Max N.

    10/14/2017, 10:30 PM
    a question about websocket subscriptions - thank you so much for all your previous help so far BTW! Why does this work?
    Copy code
    {
      query: "subscription watchPosts{Post(filter: {mutation_in: [CREATED, UPDATED, DELETED]}){updatedFields node{title}}}"
    }
    but this does not:
    Copy code
    {
      "variables": {
        "filter": {
          "mutation_in": [
            "CREATED",
            "UPDATED",
            "DELETED"
          ]
        }
      },
      "query": "subscription watchPosts($filter: PostSubscriptionFilter!){Post(filter: $filter){updatedFields node{title}}}"
    }
    Both return with an OK response but only the first one gets notified on changes.
    a
    n
    • 3
    • 7
  • t

    tobiast

    10/14/2017, 11:47 PM
    I"m having the same problem as Miguel - the email/password authentication template resolver is throwing errors
  • t

    tobiast

    10/14/2017, 11:49 PM
    ["START RequestId: 4de365be-b139-11e7-a127-25b858c51e0d Version: $LATEST\nUnable to import module 'src\\signup-lambda': Error\n    at Function.Module._resolveFilename (module.js:469:15)\n    at Function.Module._load (module.js:417:25)\n    at Module.require (module.js:497:17)\n    at require (internal/module.js:20:19)\nEND RequestId: 4de365be-b139-11e7-a127-25b858c51e0d\nREPORT RequestId: 4de365be-b139-11e7-a127-25b858c51e0d\tDuration: 60.06 ms\tBilled Duration: 100 ms \tMemory Size: 512 MB\tMax Memory Used: 19 MB\t\n"],"returnValue":{"errorMessage":"Cannot find module '/var/task/src\\signup-lambda'","errorType":"Error","stackTrace":["Function.Module._load (module.js:417:25)","Module.require (module.js:497:17)","require (internal/module.js:20:19)"]}}
  • t

    tobiast

    10/14/2017, 11:56 PM
    Has anyone been able to get a resolver deployed from CLI to work?
  • m

    migz

    10/15/2017, 2:25 AM
    yea i gave up = /, couldn't get email/password authentication to work
  • m

    migz

    10/15/2017, 2:27 AM
    the
    react-apollo
    example doesn't work, i checked the logs for the signupEmailUser and the error message says
    RequestID ...... process exited before completing
  • t

    tekk

    10/15/2017, 3:38 AM
    Hey guys, I've had a few function invocations fail with the following output tonight:
    Copy code
    {
      "error": "Call to <https://wt-graphcool.it.auth0.com/api/run/cj87lyze90j3m01303guz3hy3/cj8huvcoe001101p7219wqk86> failed with: Request timeout to <http://wt-graphcool.it.auth0.com/52.49.141.28:443|wt-graphcool.it.auth0.com/52.49.141.28:443> after 5000 ms"
    }
    n
    • 2
    • 1
  • t

    tekk

    10/15/2017, 3:39 AM
    Is this a known issue?
  • d

    Dev

    10/15/2017, 8:12 AM
    I followed this tutorial https://www.howtographql.com/react-apollo/4-routing/ but after link is created and redirection to listing page there is no updated list i.e. the new link created is not in the list. How can i achieve it using GraphQL?
    n
    • 2
    • 1
1...372373374...637Latest