Noloco Module not Working on Make

Hi, the Make module seems to have stopped working, even though the GraphQL layer still is.

The error message is 404 Not Found and Failed to Load Data.

Here I’m trying to search/update/create records in my Workspace table, which I’ve confirmed still exists, but the error is also happening for any table.

I also verified the Connection just to make sure that’s not the issue.

This followed me creating a Workspace via HTTP request to GraphQL, including the user field which I set to victor@fundmore.io. The same user was already associated with a different Workspace, and every user can only be associated with one Workspace. (But I’ve since deleted the newly created Workspace and re-associated this user to his original Workspace.) Not sure if this has anything to do with the issue.

This sounds like your API key might be invalid then.
Unfortunately the “Verify” button doesn’t seem to fail if that’s the case.

Could you add a new connection and confirm if that fixes the problem @fundmore ?

1 Like

Yep, that fixed it. Thanks for the quick response!