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

    Mike

    02/15/2019, 10:46 PM
    Disable it and then message @tim2 with your IP address to get unblocked
  • t

    tim2

    02/15/2019, 10:48 PM
    Thanks for chiming in @Mike! You can indeed just pm me and I’ll help you get unblocked!
  • e

    ElektrikSpark

    02/15/2019, 10:52 PM
    Alright, will do. Any idea why the extension is causing issues?
    d
    • 2
    • 1
  • j

    jasonmj

    02/15/2019, 10:54 PM
    Hi Prisma Slack! đź‘‹ I'm starting out a greenfield project and we're planning to use Prisma as the database client for a PostGres > Prisma > GraphQL > Vue stack. I ran across this article about using GraphQL Nexus with Prisma yesterday (https://www.prisma.io/blog/using-graphql-nexus-with-a-database-pmyl3660ncst/). This looks really exciting! I see that the example in the nexus-prisma repo uses graphql-yoga. I'm curious how that compares to using apollo-server and what folks would recommend. Thanks!
    b
    • 2
    • 2
  • a

    AryanJ

    02/16/2019, 2:17 AM
    Is there any sort of #troubleshooting here? I am getting a 403 when trying to deploy to Prisma.
  • l

    Luke

    02/16/2019, 3:14 AM
    When will prisma-admin be available to use?
  • l

    Luke

    02/16/2019, 3:14 AM
    and is it possible to get early acess now?
  • p

    Putnam14

    02/16/2019, 4:17 AM
    Trying to log in I'm getting an error, "Network error: JSON.parse: unexpected character at line 1 column 1 of the JSON data"
  • p

    Putnam14

    02/16/2019, 4:17 AM
    Anyone have a workaround or know about this?
  • p

    Putnam14

    02/16/2019, 4:17 AM
    Trying to login via Github, but it happens if I type in an email and password as well
  • p

    Putnam14

    02/16/2019, 4:20 AM
    That's ^ with Firefox, Chrome gives "Network error: Unexpected token < in JSON at position 0"
  • r

    rawriclark

    02/16/2019, 4:21 AM
    @Harshit looks like this type of definition is not supported?
    h
    • 2
    • 4
  • b

    Ben

    02/16/2019, 4:23 AM
    +1 on the login errors
  • r

    Raees

    02/16/2019, 5:09 AM
    Hey guys, I was wondering if the Prisma server can be deployed to App Engine since it uses HTTP to communicate. Is it supported or documented by someone?
  • a

    ahebwa49

    02/16/2019, 5:42 AM
    Good morning folks, any good resources on how to implement authentication and authorization using graphql-yoga, prisma API and GraphQL? Help a hungry newbie for success with this stack! @schickling @Harshit @marcus
    j
    • 2
    • 4
  • m

    Max Ast

    02/16/2019, 10:15 AM
    Good morning everyone! Quick question: When I used the heroku integration for deployment I was surprised to see that it uses version 1.23 even though there is a heroku image available based on version 1.26: https://github.com/prisma/prisma-cloud-feedback/issues/202. My trouble is that I developed my app using 1.26 assuming that that is the version I can go into prod with. Any clue how I can upgrade the version? I'm aware of this thread https://github.com/prisma/prisma-cloud-feedback/issues/202 and the temp solution posted in it but I was hoping there is a better, verified way of upgrading versions for prod deployments on heroku
    h
    • 2
    • 5
  • b

    Biel Simon

    02/16/2019, 11:18 AM
    Anyone has any experience with https://github.com/prisma/http-link-dataloader ? Is it still being maintained?
    h
    • 2
    • 19
  • d

    daryl

    02/16/2019, 12:50 PM
    Hey, when creating a GraphQL type, how do ensure it doesn't create a database table?
  • d

    daryl

    02/16/2019, 1:46 PM
    ?
  • d

    daryl

    02/16/2019, 1:47 PM
    For example I want:
    Copy code
    type Location {
      longitude: Float!
      latitude: Float!
    }
    I don't want this as a table, I just want to use it on another type:
    Copy code
    type Post {
      ...
      location: Location!
    }
    Any ideas?
    w
    n
    • 3
    • 33
  • l

    lee

    02/16/2019, 3:00 PM
    Is anyone else getting a 403 when trying to run a prisma deploy or a 429 when trying to login via the CLI?
    h
    a
    m
    • 4
    • 10
  • b

    Ben

    02/16/2019, 5:39 PM
    I can’t login via the browser
    Copy code
    Network error: JSON Parse error: Unrecognized token '<'
    d
    • 2
    • 1
  • m

    Mike Pechousek

    02/16/2019, 7:09 PM
    Anyone else getting a cannot read property split of undefined on prisma deploy?
    e
    d
    +2
    • 5
    • 12
  • m

    Mike Pechousek

    02/16/2019, 7:09 PM
    initial prisma deploy *
  • z

    Zyon

    02/16/2019, 10:15 PM
    whats the best way to setup hotcode reload in my application?
  • z

    Zak M.

    02/16/2019, 11:23 PM
    Is there an elegant way to selectively expose the data layer GraphQL API without writing a GraphQL server and resolvers?
  • z

    Zak M.

    02/16/2019, 11:31 PM
    Since Prisma is doing all the hard work of building a GraphQL API to the data, having a declarative method for adding access rules and triggers/hooks to that same API service would be a huge time saver. Would it not?
    h
    • 2
    • 1
  • p

    Putnam14

    02/17/2019, 1:22 AM
    Still can't login to Prisma.io via the browser. Chrome, Safari, nor Firefox. This is blocking a deploy, since I need to add a server...
    d
    • 2
    • 1
  • p

    Putnam14

    02/17/2019, 1:31 AM
    ^ I was able to login by using a VPN
  • l

    Luke

    02/17/2019, 2:45 AM
    how can I get access to Prisma admin ?
1...211212213...637Latest