Error "Function "graphql" was not found" when starting the dev server

I generated the app, touched a couple of simple pages and layouts, then built up prisma.sql with a bunch of models and generated the scaffold for one simple model. I started the dev server and got this error in terminal:

Function "graphql" was not found

My output from yarn rw info:

  System:
    OS: macOS 10.15.5
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 14.3.0 - /var/folders/72/wxb0ckds489g_mcxnx51ds980000gn/T/yarn--1593539441443-0.9181754565930735/node
    Yarn: 1.22.4 - /var/folders/72/wxb0ckds489g_mcxnx51ds980000gn/T/yarn--1593539441443-0.9181754565930735/yarn
  Databases:
    SQLite: 3.28.0 - /usr/bin/sqlite3
  Browsers:
    Chrome: 83.0.4103.116
    Firefox: 77.0.1
    Safari: 13.1.1
  npmPackages:
    @redwoodjs/core: ^0.12.0 => 0.12.0

I generated a second scaffold as a test and get the same error attempting to load that page.

Hi @billsaysthis - Do you have a repo you could share?

Made one: https://github.com/billsaysthis/supporters-united/tree/redwood-test-branch

Thanks @billsaysthis . It looks like you may have made that repo private? Iā€™m just getting the github 404 page when I click that link.

Note that this issue has been resolved here: https://github.com/billsaysthis/redwoodjs-issue-1/pull/1

2 Likes

Thanks!! Appreciate your help.