Common Errors

...and how to easily fix them!

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"

    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.

    It could also mean you may be missing a translation for a page 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.

    Still having issues?ยถ

    Feel free to submit an issue on the GitHub repo!