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

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:25 PM
    this is my error
  • z

    Zak

    10/17/2019, 12:26 PM
    Is the server running on http://localhost:4466.?
  • m

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:26 PM
    nop
  • m

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:39 PM
    im using docker-compose up -d
  • m

    Martí Crespí

    10/17/2019, 12:41 PM
    use
    export DEBUG="*"
    before to try to redeploy and you will get some more extra info, or try to delete the docker container and compose again before try to redeploy
  • m

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:43 PM
    how can i use export debug? cause it says command not found
  • m

    Martí Crespí

    10/17/2019, 12:44 PM
    If you are using windows is set instead of export
  • m

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:55 PM
    sry it was my fault
  • m

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:55 PM
    it was a silly problem
  • m

    Mohammad Javad Ebrahimzadeh

    10/17/2019, 12:55 PM
    had to change my endpoint to my docker ip
  • h

    Henry Guy Kemp

    10/17/2019, 4:18 PM
    Following along with this tutorial - https://www.prisma.io/tutorials/authentication-in-apollo-server-ct21 . I want to switch it from local prisma instance to prisma cloud. prisma generate updates the endpoint, secret, but when running a query get: ```"errors": [ { "message": "Unsupported project ID encoding. ", "locations": [ { "line": 2, "column": 3 } ], "path": [ "register" ], "extensions": { "code": "INTERNAL_SERVER_ERROR", "exception": { "result": { "errors": [ { "message": "Unsupported project ID encoding. ", "requestId": "eu1:ck1uvml045mlk0993r13nz4kr" } ], "status": 500
  • m

    Marc Mariné

    10/17/2019, 5:49 PM
    Hello! I’ve a question.. When I press “Save to Database” button from _admin doesn’t do anything and it shows this error in browser’s console: TypeError: Cannot read property ‘split’ of undefined. Anyone know what could be related?
  • m

    Max

    10/17/2019, 8:32 PM
    Hey guys is there a Prisma discord server?
  • m

    Matías J. Magni

    10/17/2019, 8:44 PM
    Does anyone know how to solve this: https://stackoverflow.com/questions/58440486/prisma-api-server-running-on-aws-ecs-network-error-http-failure-response-for-h ?
  • d

    Danny Sun

    10/17/2019, 11:24 PM
    Hey guys! hope you all have been having a good evening
  • d

    Danny Sun

    10/17/2019, 11:24 PM
    https://github.com/prisma/prisma/issues/4917
  • d

    Danny Sun

    10/17/2019, 11:24 PM
    wanted to see if any of you had run into an issue with the socket hanging up on deploy
  • d

    Danny Sun

    10/17/2019, 11:24 PM
    thanks
  • m

    Mohammad Javad Ebrahimzadeh

    10/18/2019, 6:31 AM
    hi guys
  • m

    Mohammad Javad Ebrahimzadeh

    10/18/2019, 6:31 AM
    i need help with mongodb
  • m

    Mohammad Javad Ebrahimzadeh

    10/18/2019, 6:31 AM
    i have done prisma init
  • m

    Mohammad Javad Ebrahimzadeh

    10/18/2019, 6:31 AM
    and chose create database in mongodb
  • m

    Mohammad Javad Ebrahimzadeh

    10/18/2019, 6:32 AM
    how can i connect with mongodb compass to the exact db?
  • m

    Maxat Nukhayev

    10/18/2019, 10:33 AM
    Following tutorial on filtering https://www.prisma.io/blog/designing-powerful-apis-with-graphql-query-parameters-8c44a04658a9 graphql doesnt recognize 'where' keyword and gives an error of "GraphQLDocumentError: Unknown argument "where" on field "provingGrounds" of type "Query". Does anyone have an idea why?
    v
    • 2
    • 1
  • r

    romain.charretteur

    10/18/2019, 1:46 PM
    Hello, Is it possible to modify prisma deploy timeout? It seems to be too short for my deployment. I have open a prisma case, please find it following link: https://github.com/prisma/prisma/issues/4918 If anyone have a clue or succeed on how to do that, in advance thank you,
  • m

    Mohammad Javad Ebrahimzadeh

    10/18/2019, 2:01 PM
    anyone familiar with this error? "message": "There is a relation ambiguity during the migration. Please first name the old relation on your schema. The ambiguity is on a relation between Post and User. Please name relations or change the schema in steps.",
  • c

    chrisdrackett

    10/18/2019, 7:24 PM
    with prisma is it possible to create an item with a set ID? I’m wondering if I would be able to do id generation on the client
  • b

    Bkc

    10/18/2019, 7:39 PM
    Yes, you can create your own custom idea via a custom mutation/funciton
  • b

    Bkc

    10/18/2019, 7:40 PM
    However each type needs an
    id
    field that you can't edit yourself, so you'd have to create a
    secondId
    field, to the best of my knowledge
  • c

    chrisdrackett

    10/18/2019, 8:07 PM
    so the answer is no 🙂
1...322323324...637Latest