That error is saying that it can’t find package.json
is it included in your repo?
Under build configurations change Root directory
to outside-site/
keeps giving error
Not Build output directory
but Root directory (advanced)
→ Path
1 Like
Set the NODE_VERSION
env variable to something higher like 14 or 16 - Pages by default uses an older version which doesn’t look compatible with your setup.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.