Issues with Contentful Getting Started guide

I’m having issues with the netlifyctl cli for the contentful guide tutorial. I can run the contentful guide command and setup a space, login with netlifyctl login, but when I try to build my project using npm run build, I get the following error: Error: The resource could not be found.
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ { │
│ “status”: 404, │
│ “statusText”: “Not Found”, │
│ “message”: “The resource could not be found.”, │
│ “details”: {}, │
│ “request”: { │
│ “url”: “lypplxzfrr9g”, │
│ “headers”: { │
│ “Accept”: “application/json, text/plain, /”, │
│ “Content-Type”: “application/vnd.contentful.management.v1+json”, │
│ “X-Contentful-User-Agent”: “app contentful.cli/1.4.55; feature guide; sdk contentful-management.js/5.28.0; │
│ platform node.js/v12.18.3; os macOS/20.1.0;”, │
│ “Authorization”: “Bearer …0SX2E”, │
│ “user-agent”: “node.js/v12.18.3”, │
│ “Accept-Encoding”: “gzip” │
│ }, │
│ “method”: “get” │
│ }, │
│ “requestId”: “a509b3bd3ab79e4316b99bf25318dc6b” │
│ }

I tried restarting the project using the starter from github, which works fine up to when I try to modify the site with the curl commands, the changes don’t reflect on the site

Closing issue. Will launch with Gatsby Cloud.