shoreline icon indicating copy to clipboard operation
shoreline copied to clipboard

Build of the doc site is broken

Open kevinch opened this issue 6 months ago • 2 comments

Problem

While trying to build the documentation site with pnpm build:docs, I receive several errors with a finale failure.

The errors are related for most part to the contributors system:

Error occurred prerendering page "/guides/contributor/viniciuslagedo". Read more: https://nextjs.org/docs/messages/prerender-error
TypeError: Cannot read properties of undefined (reading 'stats')
    at ContributorStats (/Users/kevin.chevallier/Repos/tests/shoreline/packages/docs/.next/server/chunks/414.js:1883:257680)

There is also a Sentry related error:

error - No Sentry auth token configured. Source maps will not be uploaded.

Screenshot 2024-08-22 at 14 54 59

This has been performaed on a brand new clone & install of the project today right before creatinbg the issue.

Node 21

Browser

n/a

Package Manager

pnpm

kevinch avatar Aug 22 '24 17:08 kevinch