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

    lastmjs

    01/10/2018, 9:46 PM
    Is everything broken? Can I still deploy with v0.x.x versions of graphcool? I'm trying to get work done but everything seems like it's in a mess right now. What's going on?
    • 1
    • 3
  • d

    doug_w

    01/10/2018, 11:14 PM
    When using the auth0 template - do you have to configure the auth client as RS256 Regular Web Application, or can you still configure it as SPA / HS256?
  • t

    the-simian

    01/10/2018, 11:40 PM
    Hello, are there currently any known issues with the logs list-view?
    n
    • 2
    • 1
  • t

    the-simian

    01/10/2018, 11:41 PM
    I can see on the root screen what appears to be correct information:
  • t

    the-simian

    01/10/2018, 11:41 PM
    In this image you can see what appears to be invocations, as well as the most recent invocation of 4 minutes ago
  • t

    the-simian

    01/10/2018, 11:42 PM
    There is a disparity here though...
  • t

    the-simian

    01/10/2018, 11:42 PM
    I do not see recent invocations. The most recent invocation here is from 4 days ago.
  • t

    the-simian

    01/10/2018, 11:44 PM
    I expect this log-list of entries to have upwards of 3000 entries to date, so if the volume of entries might be affecting this, then that's valuable insight.
  • e

    emre

    01/11/2018, 1:39 AM
    Noticing service impairment for the endpoints hosted at the us-west-2 region. Can anyone confirm and/or know the procedure to alert the Support team?
  • m

    matty

    01/11/2018, 2:22 AM
    @emre I'm also seeing some occasional 502's - you can email support@graph.cool
  • e

    emre

    01/11/2018, 2:26 AM
    thanks @matty we sent the email out. it is definitely very intermittent.
  • m

    matty

    01/11/2018, 2:34 AM
    looks like its completely down now @emre
  • m

    matty

    01/11/2018, 2:35 AM
    getting a range of 50x errors @nilan 🚨
    n
    • 2
    • 1
  • m

    matty

    01/11/2018, 2:37 AM
    Copy code
    HTTP/1.1 504 Gateway Time-out
    Content-Type: text/html
    Content-Length: 550
    Connection: keep-alive
    Server: awselb/2.0
    Date: Thu, 11 Jan 2018 02:34:58 GMT
    X-Cache: Error from cloudfront
    Via: 1.1 <http://d4dbc6987ddd22a023698236d3f09b02.cloudfront.net|d4dbc6987ddd22a023698236d3f09b02.cloudfront.net> (CloudFront)
    X-Amz-Cf-Id: pEoj1IyijxT9yuyOdAJCRc71siNNODKQgh8JXzntPTgczcN1k5wzCA==
  • m

    matty

    01/11/2018, 2:37 AM
    those are the response headers for one of the graphcool errors
  • f

    Fitch

    01/11/2018, 2:38 AM
    yeah its different caches .. ours are staying alive cache hopping
  • m

    matty

    01/11/2018, 2:40 AM
    im always surprised to see so little Slack activity (here and on Zeit as well) when there's an outage
  • m

    matty

    01/11/2018, 2:41 AM
    makes me think most people are only using these ultru-green tech's for personal projects... probably the sensible choice 🙃
    a
    • 2
    • 3
  • b

    Barrie

    01/11/2018, 2:59 AM
    @matty Where did you find that email address? I can find no phone or email details other than my billing signup email
  • m

    matty

    01/11/2018, 3:00 AM
    if you see nilan's response to most bugs/issues raised in this channel, he suggests writing to that address
  • b

    Barrie

    01/11/2018, 3:01 AM
    fair enough, ill add feedback to Nilan to make it more prominent on their web page / console
  • m

    matty

    01/11/2018, 3:16 AM
    is there a graphcool-framework CLI command to add a new target?
  • m

    matty

    01/11/2018, 3:16 AM
    I see I could just edit the .graphcoolrc directly - but where do I get the zone from? e.g. shared-eu-west-1
  • m

    matty

    01/11/2018, 3:23 AM
    Trying to use
    graphcool-framework deploy
    on Circle CI... anyone seen this error before?
    Copy code
    Updating graphcool target staging...
     â–¸    'ENOENT': ENOENT: no such file or directory, lstat
     â–¸    '/home/ubuntu/.graphcool'
  • m

    matty

    01/11/2018, 3:43 AM
    ah, found the issue. Was still installing
    graphcool
    globally and not
    graphcool-framework
    in circle.yml
  • m

    matty

    01/11/2018, 3:51 AM
    which environment variable do I use to set my platform token in CI systems?
  • m

    matty

    01/11/2018, 3:51 AM
    currently when trying to deploy on Circle, the client is not authenticated and is trying to open the browser oauth page for graphcool on the remote build server
  • m

    matty

    01/11/2018, 4:20 AM
    Copy code
    graphcool-framework login --token "$GRAPHCOOL_TOKEN"
    Using token from --token flag
    Auth URL: <https://console.graph.cool/cli/auth?cliToken=<STRIPPED>&authTrigger=auth>
    Authenticating...
  • m

    matty

    01/11/2018, 4:20 AM
    I am trying to login using the instructions on the Settings / Authentication tab
  • m

    matty

    01/11/2018, 4:20 AM
    so that I may login to graphcool and deploy on my CI server... so why is it still trying to get this URL to be opened
1...499500501...637Latest