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

    pasa

    04/30/2018, 8:42 AM
    I get the error message
    Copy code
    Authentication token is invalid: Token can't be decoded: Expected token [null] to be composed of 2 or 3 parts separated by dots.
    when trying to run
    prisma deploy
    . I created a token with
    prisma token
    . What should I do with it? Where can I store it? And where can I store my private RSA key, for deploying the service? I was never asked to which cluster/server I want to deploy.
    d
    n
    • 3
    • 72
  • h

    huv1k

    04/30/2018, 9:08 AM
    software.amazon.awssdk.services.lambda.model.CodeStorageExceededException: Code storage limit exceeded. (Service: null; Status Code: 400; Error Code: CodeStorageExceededException; Request ID: d7effb67-4c55-11e8-93e2-4fd82dc76b34)
    😑
    s
    n
    • 3
    • 2
  • e

    ed

    04/30/2018, 9:45 AM
    same here
    n
    • 2
    • 1
  • p

    pleerock

    04/30/2018, 9:47 AM
    hey guys can somebody point me to examples how to do joins using prisma?
    n
    • 2
    • 15
  • t

    theom

    04/30/2018, 9:59 AM
    So, I'm interested in implementing pagination into my demo app but am not sure how best to do that with my current react/apollo-client implementation. Any assistance on this issue, in regards to existing code examples etc., would be greatly appreciated: https://stackoverflow.com/questions/50097498/howto-pagination-using-react-redux-apollo-graph-cool
  • k

    Kyle Gammon

    04/30/2018, 10:00 AM
    Also experiencing this
    n
    • 2
    • 1
  • r

    rein

    04/30/2018, 10:28 AM
    is there a simple way to set up prisma-binding in a lambda function for some scheduled events? It used to be pretty easy to that with graphcool-lib but it seems prisma-binding expects parts such as a graphl schema etc. I would just want to have access to my prisma cloud endpoint.
    m
    • 2
    • 3
  • e

    Emi

    04/30/2018, 10:34 AM
    I updated my schema and then I did a
    prisma deploy
    . It says
    Created field 'test' of type Boolean
    , so everything seems fine. Nevertheless, when I go to the Playground, this new field does not exists and I can't see it in the generated
    prisma.graphql
    . I recently updated Prisma to version 1.7.3 (from 1.3.0). Any idea of what's happening?
    t
    • 2
    • 2
  • s

    Stefano T

    04/30/2018, 10:58 AM
    this has been going on for a while
    n
    • 2
    • 1
  • m

    michieldewilde

    04/30/2018, 11:24 AM
    Hello. I'm getting an error when trying to deploy my service. Prisma cloud returns a 503 error service temporarily unavailable. Where can I see a public dashboard with the outages/issues with prisma cloud?
    n
    • 2
    • 1
  • u

    user

    04/30/2018, 11:44 AM
    A file was commented on
  • s

    senorcodecat

    04/30/2018, 11:55 AM
    It's been happening for a week now.
  • t

    Tatsuyuki Ishi

    04/30/2018, 1:30 PM
    How does subscriptions work in regards to performance? Does implementing an annotation that disables subscription make sense?
  • t

    Tatsuyuki Ishi

    04/30/2018, 1:30 PM
    Basically, I wonder if there's still an overhead if no subscriptions are created
  • u

    1016482011

    04/30/2018, 2:17 PM
    -.txt
  • u

    1016482011

    04/30/2018, 2:17 PM
    any guy could guide me? thx a lot!!
  • u

    1016482011

    04/30/2018, 2:18 PM
    I have tested that the mysql does work well always
    n
    • 2
    • 3
  • s

    steveb

    04/30/2018, 2:53 PM
    In prisma 1.7.x, are the post-deployment hooks supposed to be at the top-level of the
    .graphqlconfig.yml
    file or do they go under one of the other props (projects, app, database, etc)?
    d
    n
    • 3
    • 15
  • u

    1016482011

    04/30/2018, 3:08 PM
    thx steveb
  • p

    peter

    04/30/2018, 3:10 PM
    with the changes in 1.7, how do we specify BOTH a LOCAL DOCKER cluster and a prisma sandbox endpoint?
    d
    • 2
    • 5
  • p

    peter

    04/30/2018, 3:11 PM
    ~/.prisma/config.yml
    ???? or in
    /database/prisma.yml
    ??
    s
    • 2
    • 1
  • p

    peter

    04/30/2018, 3:37 PM
    I think it should be made crystal clear (ie: posted in BOLD, bright, whatever style) a CHANGELOG for the docs
  • p

    peter

    04/30/2018, 3:40 PM
    for example, the change from referring to
    prisma
    apis from
    clusters
    to
    servers
    should be front and centered
  • u

    user

    04/30/2018, 3:41 PM
    A file was commented on
  • n

    nilan

    04/30/2018, 3:52 PM
    @peter thread (I hate image threads)
    p
    • 2
    • 7
  • p

    peter

    04/30/2018, 5:33 PM
    any advice on resolving:
    Copy code
    Exception in thread "main" java.lang.RuntimeException: Unable to load Prisma config: mapping values are not allowed here
     in 'string', line 3, column 12:
          databases:
    from my
    prisma
    local docker instance?
    n
    e
    • 3
    • 80
  • i

    iamclaytonray

    04/30/2018, 6:35 PM
    Is there a branch for the MongoDB connector?
  • i

    iamclaytonray

    04/30/2018, 6:35 PM
    I couldn’t find one but maybe it’s named something different
    n
    • 2
    • 2
  • j

    jhony0311

    04/30/2018, 7:46 PM
    @nilan what’s the route to get started now that we have Prisma and Graphcool Framework??
    • 1
    • 1
  • e

    Emi

    04/30/2018, 7:49 PM
    I'm creating a new project using Prisma 1.7.4, did a
    prisma init hello-world
    and deployed to stage
    dev
    to server
    prisma-eu1
    . Now I've run
    prisma playground
    and it's responding with an error message:
    Project not found: 'public-cottonvoice-242~undefined@dev
    . Any idea? Update: I can see an
    undefined
    in the URL, so might be a bug getting the project name...
1...161718...637Latest