Hi! I’m experiencing an unusual error for the first time.
When running npm run build:serve locally, so I can make sure everything is working before deploying on the Pages site, I get the following:
Error while building file “xxx.json”: Repo url not found: https://github.com/xxx/xxx
I’m not sure why it’s even looking for the repo link when building.
- The URL shown is correct and the repo exists
- The repository is private (and has to be because this is for a real client)
- The npm run dev command works without any issues.
- When I check in the Yext back-end under Deploys, the Page Generation fails (hence why I wanted to run build locally first)
Any ideas what I need to do to get past this?