Common Errors

...and how to easily fix them!

Missing site settings

🫠 Your website might be having an identity crisis...

Solution: Publish the Site document in your Sanity Studio Studio.

Missing homepage

🏚️ There's no place like... index?

Solution: Add a new Page document in your Sanity Studio with the slug: index.

Missing blog template

👻 Oof, your blog posts are ghosting...

Solution:

  • Add a new Global module document in your Sanity Studio with the path: blog/*.
  • Also add the Blog post content module to display blog post content.

Missing base url

🤞 Domain Expansion (Unlimited Void) requires a proper URL!

Solution: Set your website URL as NEXT_PUBLIC_BASE_URL in your environment variables (including https://).

📁 .env.local
NEXT_PUBLIC_BASE_URL="https://yourwebsite.com"

Still having issues?

Feel free to submit an issue on the GitHub repo!