Error: Something went wrong

Hi @bobwatcherx the masked error message of “Something went wrong” is appropriate for the response, but you should see the original error on the api development log.

There is a fix for the error info not appearing in the log here Unreasonably Opaque GraphQL Errors (non-Error thrown as error) - #8 by dthyresson and a patch is being released. This should give you more guidance to what has happened.

You may also want to turn on Prisma logging to see the any SQL errors that may have occurred. For more info, see: Logger | RedwoodJS Docs