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

    P_loringhoven

    12/08/2017, 12:53 PM
    My problem is, i dont understand that error.
  • r

    rein

    12/08/2017, 12:53 PM
    I am getting a network request failed with status 500 but Im not sure if its my fault or if somethings wrong on the server
  • g

    glen

    12/08/2017, 1:00 PM
    I'm getting 504 errors deploying on different shared clusters. However deploying to a new cluster will fail the first time, the second deploy deploys it. I'm unable to deploy to an existing cluster though.
    Copy code
    ERROR: GraphQL Error (Code: 504)
    
    {
      "error": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n<HTML><HEAD><META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n<TITLE>ERROR: The request could not be satisfied</TITLE>\n</HEAD><BODY>\n<H1>ERROR</H1>\n<H2>The request could not be satisfied.</H2>\n<HR noshade size=\"1px\">\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)\nRequest ID: 3O2MkAP0QWAUOBwfRiRFc-309upKvBP13A4ftbtc5asvuzIg64Qs5Q==\n</PRE>\n<ADDRESS>\n</ADDRESS>\n</BODY></HTML>",
      "status": 504
    }
  • p

    P_loringhoven

    12/08/2017, 1:29 PM
    @max Current only solution i've found is to either clone my old service and deploy to the newone. Or create a new service via the CLI IF i dont have any data present
    m
    • 2
    • 1
  • o

    Oleg Galaburda

    12/08/2017, 2:39 PM
    how to delete uploaded file from a resolver function?
    m
    e
    • 3
    • 4
  • g

    gopidon

    12/08/2017, 2:40 PM
    Am unable to connect to one of my envs
  • g

    gopidon

    12/08/2017, 2:40 PM
    Is something down..??
  • g

    gopidon

    12/08/2017, 2:40 PM
    { "requestId": "ap-northeast-1simplecjaxztoc1thwm0154su4qozxi", "error": "Whoops. Looks like an internal server error. Please contact us from the Console (https://console.graph.cool) or via email (support@graph.cool) and include your Request ID: ap-northeast-1simplecjaxztoc1thwm0154su4qozxi" }
  • j

    Jannis Pohlmann

    12/08/2017, 3:14 PM
    Hi folks! Is there a way to define the subscriptions endpoint to be used by the GraphQL Playground? (desktop app or running directly from repo - either would be ok)
    n
    • 2
    • 1
  • j

    Jannis Pohlmann

    12/08/2017, 3:15 PM
    I found a way (select a local folder with a .graphqlconfig) but the playground UI is broken when testing subscriptions.
  • a

    allpwrfulroot

    12/08/2017, 3:24 PM
    What are people using for graphql-compatible, offline-accessible device data storage?
  • m

    max

    12/08/2017, 3:25 PM
    does anyone know how to debug
    gc deploy
    ? I've posted to the forum https://www.graph.cool/forum/t/how-do-you-enable-debug-mode-on-gc-deploy/1839
  • r

    rein

    12/08/2017, 3:39 PM
    How long does it normally take for the subscription API to become aware of new types?
  • o

    Oleg Galaburda

    12/08/2017, 3:56 PM
    https://www.graph.cool/docs/reference/relay-api/overview-aizoong9ah/ does not load, is it outdated?
  • m

    miho

    12/08/2017, 3:57 PM
    omfg { Error: GraphQL Error (Code: 500):
    i
    n
    • 3
    • 6
  • l

    lewisblackwood

    12/08/2017, 4:18 PM
    anyone else having issues loading the console? I just get a pulsing loading icon.
    Failed to load resource: net::ERR_INSECURE_RESPONSE
    and
    Uncaught (in promise) TypeError: Failed to fetch
    in the Chrome console.
    i
    n
    • 3
    • 3
  • l

    lewisblackwood

    12/08/2017, 4:32 PM
    ☝️ anything on that? neither the console nor the API are working for me
  • l

    lewisblackwood

    12/08/2017, 5:16 PM
    it's back up for me now 😗
    🦜 1
  • j

    Jeremy

    12/08/2017, 5:40 PM
    has anyone tested out appsync?
  • e

    ehodges

    12/08/2017, 5:55 PM
    I’m getting this error for graphcool deploy: Error for function handler Hello: File src/hello.js doesn’t exist. I’m running macOS 10.13.2 I’m working on the node-gateway-custom-schema tutorial. I posted on the forum as well. Not sure which place is best.
    i
    • 2
    • 11
  • t

    thiago.leite

    12/08/2017, 5:59 PM
    Hey guys, I’m trying to run the commando: “serverless logs -f [function]“, but I get this message (The specified log group does not exist.). Does anybody know how to solve this?
    m
    • 2
    • 1
  • e

    ed

    12/08/2017, 6:05 PM
    https://www.graph.cool/forum/t/access-token-issue/1840
  • b

    Butch

    12/08/2017, 8:09 PM
    Anyone know the correct way to change an enum and deploy?
  • b

    Butch

    12/08/2017, 8:09 PM
    Copy code
    Global
        ✖ The specified default value 'APP_USER' is not a valid Enum Value for this field.
        ✖ An enum type is used in a non-list enum field on a type that has nodes and therefore can't be removed. Please provide a migrationValue.
  • e

    ehodges

    12/08/2017, 10:06 PM
    Ok, I'm getting this error when doing graphcool deploy on the auth with email and apollo tutorial: User ✖️ The field
    email
    must specify the
    @migrationValue
    directive, because its type was changed or it became required:
    @migrationValue(value: "42")
    ✖️ The field
    password
    must specify the
    @migrationValue
    directive, because its type was changed or it became required:
    @migrationValue(value: "42")
  • k

    Kevin Grandon

    12/08/2017, 10:08 PM
    ^ What field and enum are you changing? You would just add @migrationValue(value: “NEW_VALUE”) I think?
    e
    • 2
    • 11
  • r

    rein

    12/08/2017, 11:23 PM
    A more general question, are subscriptions enough to make a robust notification system? Or is there an external service that is recommended? Im mainly talking about comments, likes and tag notifications and aggregzting them.
    i
    • 2
    • 1
  • e

    ehodges

    12/09/2017, 3:16 AM
    I'm getting this error if I run yarn start in the root project folder: Module not found: Can't resolve 'react-apollo' I'm not sure if I'm supposed to run yarn start in the root folder or the server folder. It gets further in the process in the root folder.
    i
    • 2
    • 116
  • t

    the-simian

    12/09/2017, 4:51 AM
    is there any known issues with filtering enum in a query?
  • g

    gopidon

    12/09/2017, 8:13 AM
    Am unable to view my models on the graph cool web console. It takes forever. Tried all the browsers. Anyone else facing the same ???
    ✋ 3
1...461462463...637Latest