I’ve been working through the Pages track and everything is working locally, but when I attempt to deploy (following Module 3, Unit 2), “Initial Build” completes, but “Page Generation” fails with the error:
Failed to enqueue publish due to the following error: No documents enqueued for instance: 159058-q2y4mbe4zh-pgs2022v2-master
Link to GitHub Repo.
Screenshot of deploy page:
PROD Link
@Ryan_Zigler ,
Hello. What happens when you run npm run build
locally - you should see an error, given that your deployment is failing in production.
I suspect a more helpful error message will be visible, which will make it easier to debug your issues.
@Luc_Yuki_Marrie
This is what happens in my terminal when I run npm run build
locally. There isn’t actually a error per se, but the closest thing to an error would be “No configured streams in repo”: