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

    donald

    10/24/2017, 7:21 PM
    I've been having some issues with the docs - a number of links seem to either take me to the docs homepage or 404. e.g., on the following page, the "CLI" link under "Upgrading a legacy Console project to a Graphcool service" (https://www.graph.cool/docs/reference/service-definition/legacy-console-projects-aemieb1aev/#upgrading-a-legacy-console-project-to-a-graphcool-service)
  • d

    donald

    10/24/2017, 7:21 PM
    Or, the "Next -> Commands" link at the bottom of this page https://www.graph.cool/docs/reference/graphcool-cli/overview-zboghez5go/
  • d

    donald

    10/24/2017, 7:21 PM
    Just wanted to throw it out there as an FYI
  • b

    babak

    10/24/2017, 7:46 PM
    Can't sign up on forum.graph.cool, getting this error
  • b

    babak

    10/24/2017, 7:46 PM
    index.js:1256 Uncaught DOMException: Blocked a frame with origin "http://forum.graph.cool" from accessing a cross-origin frame. at Auth0._buildPopupWindow (http://cdn.auth0.com/js/lock-9.2.js:8862:28) at Auth0.loginWithUsernamePassword (http://cdn.auth0.com/js/lock-9.2.js:8898:18) at Auth0.login.Auth0.signin (http://cdn.auth0.com/js/lock-9.2.js:8304:17) at Auth0Lock._signinWithAuth0 (http://cdn.auth0.com/js/lock-9.2.js:3190:15) at Auth0Lock._signin (http://cdn.auth0.com/js/lock-9.2.js:3096:19) at SigninPanel.onsubmit (http://cdn.auth0.com/js/lock-9.2.js:5813:27) at HTMLFormElement.binded (http://cdn.auth0.com/js/lock-9.2.js:3565:15) at call (http://cdn.auth0.com/js/lock-9.2.js:12128:29) at HTMLFormElement.handler (http://cdn.auth0.com/js/lock-9.2.js:12143:30) at HTMLFormElement.rootListener (http://cdn.auth0.com/js/lock-9.2.js:12308:59)
  • b

    babak

    10/24/2017, 7:49 PM
    It seems that the website and the git repo is in disarray. There are many broken examples. Various features mentioned are deprecated, etc.
  • a

    agartha

    10/24/2017, 7:49 PM
    Did you visit http:// or https://forum....?
  • b

    babak

    10/24/2017, 7:50 PM
    http: as https: connections are refused.
  • b

    babak

    10/24/2017, 7:51 PM
  • b

    babak

    10/24/2017, 7:53 PM
    Playground link on home page is broken...
  • u

    user

    10/24/2017, 7:55 PM
    @aurnik commented on @babak’s file

    https://prisma.slack.com/files/U7MQMN8HH/F7Q5ZE1JS/screen_shot_2017-10-24_at_12.51.11_pm.png▾

    : https://www.graph.cool/forum/
  • b

    babak

    10/24/2017, 7:57 PM
    Thanks, now I get "New registrations are not allowed from your IP address."
  • h

    huv1k

    10/24/2017, 8:00 PM
    graphcool team is traveling so be patient 🙂
    graphcool 3
  • k

    Kat

    10/24/2017, 8:55 PM
    forum is up for me 🙂
  • b

    babak

    10/24/2017, 9:01 PM
    I can see the forum, but i can't signup. "New registrations are not allowed from your IP address."
  • s

    sid.gupta

    10/24/2017, 9:49 PM
    Hey Guys! If anyone is coming to the summit tomorrow and wants to catch up .. feel free to text me https://twitter.com/sidg_sid
  • s

    sid.gupta

    10/24/2017, 9:49 PM
    Would love to share some ideas and talk about potential collaborations.
  • j

    jakethrog

    10/24/2017, 10:07 PM
    I am getting “{”error”:“Function returned invalid status code: 0. Raw body: empty.last”}” error for Request Pipeline Functions of type operationAfter. These were working yesterday.
  • j

    jakethrog

    10/24/2017, 10:07 PM
    Anyone else seeing this?
    a
    • 2
    • 2
  • e

    enternode

    10/24/2017, 10:33 PM
    hello, in playground this error appears in console: Uncaught Error: Schema must be an instance of GraphQLSchema. Also ensure that there are not multiple versions of GraphQL installed in your node_modules directory.
  • e

    enternode

    10/24/2017, 10:36 PM
    it does not let me have the autocomplete, I pass now with the update of the console of cool ( sorry my english is of translator)
  • a

    Andrew Schreiber

    10/24/2017, 11:07 PM
    I'm unable to update my
    resolver
    function currently. Is anyone else having this issue?
    a
    • 2
    • 6
  • n

    nilan

    10/24/2017, 11:09 PM
    Hey everyone We just landed safely in San Francisco 💯 we'll be less responsive than usual during our stay, but super excited to meet everyone at the Summit!
    👍 8
  • a

    Andrew Schreiber

    10/24/2017, 11:16 PM
    Welcome to SF! Do you need a ride from the airport? We urgently need to update our
    resolver
  • a

    Andrew Schreiber

    10/24/2017, 11:26 PM
    Tried that 😞 (about 6 times)
    k
    n
    • 3
    • 4
  • z

    zebapy

    10/24/2017, 11:27 PM
    Anyone had issues with find or create functionality when importing a bunch of data? I’m trying to find or create a related object before creating the object that needs it but it seems to half work. Pile of related code but not all of it .. https://gist.github.com/zebapy/65c57cf7baedc8c03eb82bb09ce61867#file-cards-js-L27
  • k

    Kat

    10/25/2017, 12:15 AM
    Any idea how I would generate a root token for a function via the cli..for local use 🙂 Using a function to delete nodes but i'm getting access denied 😞
    m
    • 2
    • 3
  • m

    Michael Jones

    10/25/2017, 12:18 AM
    Does anyone know how the authenticated user works for the CLI? I would preferably like to use the
    user
    query like I used on the Legacy Console; however, it says that the authenticated user is only for Legacy Console projects. The part that really confuses me is that on my new CLI project I still have access to the
    user
    query (with a lowercase u), so could someone possibly shed some light? Thank you
  • t

    timwis

    10/25/2017, 12:21 AM
    was hoping to keep working on my new app in the morning, but I’m blocked by a rather cryptic error,
    Function returned invalid status code: 0. Raw body: empty.last
    that only occurs when I use an async function 😞 anyone ever heard of it? https://github.com/graphcool/graphcool/issues/1011
    k
    j
    n
    • 4
    • 22
  • m

    mlyons

    10/25/2017, 1:24 AM
    I can't seem to find out how to create new root tokens with the cli, and the docs aren't really working for me
    m
    • 2
    • 3
1...391392393...637Latest