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

    Taylor

    04/27/2019, 6:51 PM
    Okay so what's strange is that the @unique directive works when assigned to anything but the email field.
  • t

    Taylor

    04/27/2019, 6:59 PM
    Why the hell does this error " unique constraint would be violated on User. Details: Field name = name, Location: [object Object], Path: createUser" not occur on field email
  • t

    Taylor

    04/27/2019, 6:59 PM
    ?
  • t

    Taylor

    04/27/2019, 6:59 PM
    or even on field 'mail' after changing... is this a known bug ?
    b
    • 2
    • 1
  • j

    JorgeAM

    04/27/2019, 8:45 PM
    hi guys an new in prisma, so I appreciate your help 😁 well, I follow de doc of prisma to conect with new db with docker. when i
    docker-compose-yml.yaml
    b
    • 2
    • 4
  • g

    German Andres Jejen Cortes

    04/28/2019, 2:11 AM
    AXY
  • g

    German Andres Jejen Cortes

    04/28/2019, 2:11 AM
    Hi everybody
  • g

    German Andres Jejen Cortes

    04/28/2019, 2:11 AM
    I'm new with prisma
  • g

    German Andres Jejen Cortes

    04/28/2019, 2:12 AM
    Prisma like me a lot. I have a question.
  • g

    German Andres Jejen Cortes

    04/28/2019, 2:12 AM
    Can I have several databases sources?
  • g

    German Andres Jejen Cortes

    04/28/2019, 2:13 AM
    For example, from mongo and MySQL at the same time.
    m
    l
    • 3
    • 7
  • m

    Muneeb Akhlaq

    04/28/2019, 4:11 AM
    I am constantly getting an issue of could connect to localhost:4466 when use prisma deploy and I have tried everything like changing the end point to docker ip. Have anyone solution for
    b
    s
    n
    • 4
    • 10
  • p

    philip andrew

    04/28/2019, 2:38 PM
    Hello I wish to have some help, how can I represent multiple string values on an attribute in the prisma data model and then search them
  • p

    philip andrew

    04/28/2019, 2:38 PM
    for one attribute, multiple string values
  • p

    philip andrew

    04/28/2019, 2:40 PM
    like this? but how do I search tags type Article { tags: [String!]! }
    b
    • 2
    • 1
  • p

    philip andrew

    04/28/2019, 3:00 PM
    how can I get help
  • t

    tomhut

    04/28/2019, 3:08 PM
    Anybody seeing failures on graphcool?
  • t

    tomhut

    04/28/2019, 3:09 PM
    Never mind, just seems to have resolved itself
  • p

    philip andrew

    04/28/2019, 3:11 PM
    no-one helps me ... šŸ˜ž
    j
    • 2
    • 3
  • p

    philip andrew

    04/28/2019, 3:27 PM
    https://www.prisma.io/forum/t/how-to-query-array-of-string-attribute-how-to-find-value-inside-it/6849
  • t

    Taylor

    04/28/2019, 4:07 PM
    Anyone know why can’t get the duplicate constraint to work with email field?
  • j

    John Kueh

    04/28/2019, 11:22 PM
    hi all, how do you guys run e2e / integration testing with Prisma? Do you use a test db? or is there a mocking library?
  • d

    dnbkr

    04/29/2019, 2:25 AM
    hey I'm having an issue with a query - it works the first time, but the second time it gets called, networkStatus = 2 and it stays loading = true forever. the resolver on the server looks fine, it completes the query, but the data doesn't seem to make it back to the client.
  • b

    Ben Scholtz

    04/29/2019, 7:58 AM
    Good morning everyone. I'm struggling to find a good example of Facebook/Google Oauth authentication for a frontend app implemented on a Prisma server. Does anyone know of a good example? Had a read through the intro docs: https://www.prisma.io/docs/get-started/04-explore-features-f001/
    • 1
    • 1
  • k

    kitze

    04/29/2019, 8:14 AM
    I’m getting this after removing the
    name
    field from
    User
    , even tho I’m not using it anywhere:
    Error: Field name not found in type User
    m
    n
    • 3
    • 8
  • p

    Peter Takacs

    04/29/2019, 8:47 AM
    Hello All, I can’t really find resources about to store large >256kb data as a string, or even best practices to doing this. Maybe i miss something as i try to store an editor state with a large richtext into a field. Is there a way to increase the limit of 256kb of a string field at Prisma?
    n
    • 2
    • 1
  • p

    philip andrew

    04/29/2019, 9:35 AM
    Hello how can I get websocket to work on Prisma server?
    o
    • 2
    • 13
  • k

    kitze

    04/29/2019, 11:12 AM
    Where can I find this error:
    Error: Whoops. Looks like an internal server error. Search your server logs for request ID: eu1:cvj_blablahbla
    . Tried searching the
    heroku logs
    but it’s not there.
    d
    k
    • 3
    • 7
  • a

    Andy Fang

    04/29/2019, 3:44 PM
    šŸ‘‹ How do you peeps interact with Prisma from the frontend?
    n
    • 2
    • 3
  • a

    Andy Fang

    04/29/2019, 3:44 PM
    Do you use the prisma-client?
1...262263264...637Latest