GithubHelp home page GithubHelp logo

shuding / nextra-docs-template Goto Github PK

View Code? Open in Web Editor NEW
884.0 10.0 467.0 784 KB

Nextra docs template

Home Page: https://nextra-docs-template.vercel.app

License: MIT License

JavaScript 6.29% TypeScript 39.24% CSS 4.54% MDX 49.93%

nextra-docs-template's Introduction

Nextra Docs Template

This is a template for creating documentation with Nextra.

Live Demo →

Quick Start

Click the button to clone this repository and deploy it on Vercel:

Local Development

First, run pnpm i to install the dependencies.

Then, run pnpm dev to start the development server and visit localhost:3000.

License

This project is licensed under the MIT License.

nextra-docs-template's People

Contributors

c-eo avatar endangeredmassa avatar shuding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nextra-docs-template's Issues

Adding a Google Analytics script to the docs template

First of all - amazing docs template! Thank you for open sourcing this!

We're trying to add a Google Analytics link to our docs page, as per https://nextjs.org/docs/app/building-your-application/optimizing/third-party-libraries#google-analytics.

However, we can't get the GA script tag to show up in our page (we've tested and confirmed that GA isn't picking up the tag, so it's not hidden in a script somewhere).

What we're currently trying in our theme.config.tsx file:

import { GoogleAnalytics } from '@next/third-parties/google';

const googleAnalyticsMeasurementId: string = 'G-XYZ';

const config: DocsThemeConfig = {
    // ...
    head: (
        <GoogleAnalytics gaId={googleAnalyticsMeasurementId} />
    )
}

export default config;

Any ideas on how to make this work?

Thank you.

Can't Switch Between Languages by Changing the URL

I'm on the Nextra Docs theme. I have content with multiple languages on the website. I have a dropdown on the site where I can change the language to any. But it seems like the language change can only be done by that dropdown.

Is it possible to fix that? Like if a Mexican user enters /ar/some-blog on the URL, I want to take him to the Arabic version of the blog...not redirect him to his default language blog.

Heres a video replication of the error:

https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExN2Y1ZWE3NTNjN2EwZDUwYWY1NDc4OTVkZDZkMDkyZDJhMjAzOThmNCZjdD1n/ZT0kOD2eM3jq6Hv3je/giphy.gif

Unable to install as per guide. Getting errors

When trying to run locally as per guide:
wait - compiling / (client and server)...
error - ./theme.config.tsx
Module parse failed: Unexpected token (4:12)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import { DocsThemeConfig } from 'nextra-theme-docs'
|

const config: DocsThemeConfig = {
| logo: My Project,
| project: {
wait - compiling...
info - automatically enabled Fast Refresh for 3 custom loaders
error - ./theme.config.tsx
Module parse failed: Unexpected token (4:12)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| import { DocsThemeConfig } from 'nextra-theme-docs'
|
const config: DocsThemeConfig = {
| logo: My Project,
| project: {
wait - compiling...

theme.config.tsx is missing i18n[] required option

Is it possible that the config in theme.config.tsx is missing a required option i18n[]?

theme.config.tsx

import {DocsThemeConfig} from "nextra-theme-docs"
import React from "react"

const config: DocsThemeConfig = {
  logo: <span>My Project</span>,
  project: {
    link: "https://github.com/shuding/nextra-docs-template"
  },
  chat: {
    link: "https://discord.com"
  },
  docsRepositoryBase: "https://github.com/shuding/nextra-docs-template",
  footer: {
    text: "Nextra Docs Template"
  },
  i18n: []
}

export default config

Site not working

I am having an issue when I use this template.
The first screenshot shows what it is supposed to look like (and does through vercel) but on github pages it looks like the second screenshot.
Screenshot 2024-04-15 112045
Screenshot 2024-04-15 112114

Error using nextra/components

I am getting this error when deploying to Vercel:

Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps')

Error log:

[17:17:41.919] Running build in Washington, D.C., USA (East) – iad1
[17:17:42.080] Cloning github.com/tb-github-account/prime-blogger-theme-documentation (Branch: main, Commit: b305641)
[17:17:42.518] Cloning completed: 440.091ms
[17:17:45.321] Restored build cache
[17:17:45.398] Running "vercel build"
[17:17:45.881] Vercel CLI 32.7.1
[17:17:47.437] Detected pnpm-lock.yaml version 6 generated by pnpm 8
[17:17:47.460] Installing dependencies...
[17:17:48.012] Recreating /vercel/path0/node_modules
[17:17:48.755] Lockfile is up to date, resolution step is skipped
[17:17:48.785] Progress: resolved 1, reused 0, downloaded 0, added 0
[17:17:48.835] Packages: +264
[17:17:48.836] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[17:17:49.786] Progress: resolved 264, reused 0, downloaded 14, added 0
[17:17:50.787] Progress: resolved 264, reused 0, downloaded 28, added 14
[17:17:51.787] Progress: resolved 264, reused 0, downloaded 30, added 14
[17:17:52.799] Progress: resolved 264, reused 0, downloaded 133, added 127
[17:17:53.800] Progress: resolved 264, reused 0, downloaded 241, added 231
[17:17:54.605] Progress: resolved 264, reused 0, downloaded 264, added 264, done
[17:17:54.727] .../@napi-rs/simple-git-linux-x64-musl postinstall$ node install.js
[17:17:54.729] .../@napi-rs/simple-git-linux-x64-gnu postinstall$ node install.js
[17:17:54.826] .../@napi-rs/simple-git-linux-x64-musl postinstall: Failed
[17:17:54.836] .../@napi-rs/simple-git-linux-x64-gnu postinstall: Done
[17:17:54.941]
[17:17:54.942] dependencies:
[17:17:54.942] + next 13.0.6
[17:17:54.942] + nextra 2.2.14
[17:17:54.942] + nextra-theme-docs 2.2.14
[17:17:54.942] + react 18.2.0
[17:17:54.942] + react-dom 18.2.0
[17:17:54.942]
[17:17:54.943] devDependencies:
[17:17:54.943] + @types/node 18.11.10
[17:17:54.943] + typescript 4.9.3
[17:17:54.943]
[17:17:54.943] The dependency was already listed in devDependencies.
[17:17:54.943] If you want to make it a prod dependency, then move it manually.
[17:17:54.943]
[17:17:54.950] Done in 7.4s
[17:17:54.991] Detected Next.js version: 13.0.6
[17:17:54.999] Running "pnpm run build"
[17:17:55.519]
[17:17:55.520] > [email protected] build /vercel/path0
[17:17:55.520] > next build
[17:17:55.520]
[17:17:56.145] info - Linting and checking validity of types...
[17:17:58.731] info - Creating an optimized production build...
[17:17:59.700] Browserslist: caniuse-lite is outdated. Please run:
[17:17:59.701] npx browserslist@latest --update-db
[17:17:59.701] Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
[17:18:00.943] [nextra] The repository is shallow cloned, so the latest modified time will not be presented. Set the VERCEL_DEEP_CLONE=true environment variable to enable deep cloning.
[17:18:12.475] Browserslist: caniuse-lite is outdated. Please run:
[17:18:12.478] npx browserslist@latest --update-db
[17:18:12.478] Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
[17:18:16.276] warn - Compiled with warnings
[17:18:16.277]
[17:18:16.277] ./pages/blog_settings.mdx
[17:18:16.277] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.278]
[17:18:16.279] ./pages/blog_settings.mdx
[17:18:16.279] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.279]
[17:18:16.279] ./pages/blog_settings.mdx
[17:18:16.279] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.280]
[17:18:16.280] ./pages/blog_settings.mdx
[17:18:16.280] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.280]
[17:18:16.280] ./pages/blog_settings.mdx
[17:18:16.281] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.281]
[17:18:16.281] ./pages/blog_settings.mdx
[17:18:16.281] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.281]
[17:18:16.281] ./pages/blog_settings.mdx
[17:18:16.282] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.282]
[17:18:16.282] ./pages/blog_settings.mdx
[17:18:16.282] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.282]
[17:18:16.282] ./pages/installation.mdx
[17:18:16.283] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.283]
[17:18:16.283] ./pages/installation.mdx
[17:18:16.283] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.283]
[17:18:16.284] ./pages/installation.mdx
[17:18:16.284] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.284]
[17:18:16.284] ./pages/installation.mdx
[17:18:16.284] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.284]
[17:18:16.284] ./pages/installation.mdx
[17:18:16.285] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.285]
[17:18:16.285] ./pages/installation.mdx
[17:18:16.285] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.285]
[17:18:16.285] ./pages/installation.mdx
[17:18:16.286] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.286]
[17:18:16.286] ./pages/installation.mdx
[17:18:16.286] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.287]
[17:18:16.287] ./pages/installation.mdx
[17:18:16.287] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.287]
[17:18:16.287] ./pages/installation.mdx
[17:18:16.287] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.287]
[17:18:16.287] ./pages/installation.mdx
[17:18:16.288] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.288]
[17:18:16.288] ./pages/installation.mdx
[17:18:16.288] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.288]
[17:18:16.288] ./pages/installation.mdx
[17:18:16.288] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.289]
[17:18:16.289] ./pages/installation.mdx
[17:18:16.289] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.289]
[17:18:16.289] ./pages/installation.mdx
[17:18:16.289] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.289]
[17:18:16.289] ./pages/installation.mdx
[17:18:16.290] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.290]
[17:18:16.290] ./pages/installation.mdx
[17:18:16.290] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.290]
[17:18:16.290] ./pages/installation.mdx
[17:18:16.291] Attempted import error: 'FileTree' is not exported from 'nextra/components' (imported as 'FileTree').
[17:18:16.291]
[17:18:16.291] ./pages/installation.mdx
[17:18:16.291] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.291]
[17:18:16.291] ./pages/installation.mdx
[17:18:16.292] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.292]
[17:18:16.292] ./pages/installation.mdx
[17:18:16.292] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.292]
[17:18:16.292] ./pages/layout_settings.mdx
[17:18:16.292] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.293]
[17:18:16.293] ./pages/layout_settings.mdx
[17:18:16.293] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.293]
[17:18:16.293] ./pages/layout_settings.mdx
[17:18:16.293] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.293]
[17:18:16.294] ./pages/layout_settings.mdx
[17:18:16.294] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.294]
[17:18:16.294] ./pages/layout_settings.mdx
[17:18:16.294] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.294]
[17:18:16.294] ./pages/layout_settings.mdx
[17:18:16.295] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.295]
[17:18:16.295] ./pages/pages_settings.mdx
[17:18:16.295] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.295]
[17:18:16.295] ./pages/pages_settings.mdx
[17:18:16.296] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.296]
[17:18:16.296] ./pages/pages_settings.mdx
[17:18:16.296] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.296]
[17:18:16.296] ./pages/post_shortcodes/blockquotes.mdx
[17:18:16.296] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.297]
[17:18:16.297] ./pages/post_shortcodes/buttons.mdx
[17:18:16.297] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.297]
[17:18:16.297] ./pages/theme_customization/color.mdx
[17:18:16.297] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.297]
[17:18:16.298] ./pages/theme_customization/favicon.mdx
[17:18:16.298] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.298]
[17:18:16.298] ./pages/theme_customization/favicon.mdx
[17:18:16.298] Attempted import error: 'Callout' is not exported from 'nextra/components' (imported as 'Callout').
[17:18:16.298]
[17:18:16.298] ./pages/theme_customization/font.mdx
[17:18:16.299] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.299]
[17:18:16.299] ./pages/theme_customization/lazyload.mdx
[17:18:16.299] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.299]
[17:18:16.299] ./pages/theme_customization/others.mdx
[17:18:16.299] Attempted import error: 'Steps' is not exported from 'nextra/components' (imported as 'Steps').
[17:18:16.300]
[17:18:16.300] info - Collecting page data...
[17:18:21.687] info - Generating static pages (0/22)
[17:18:21.744] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.745] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.745] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.745] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.745] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.746] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.746] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.746] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.746] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.746] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.747] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.747]
[17:18:21.747] Error occurred prerendering page "/blog_settings". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:21.747] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.748] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.748] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.748] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.748] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.748] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.749] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.749] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.750] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.750] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.751] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.827] Error: Expected object FileTree to be defined: you likely forgot to import, pass, or provide it.
[17:18:21.827] at _missingMdxReference (/vercel/path0/.next/server/pages/installation.js:1100:11)
[17:18:21.827] at _createMdxContent (/vercel/path0/.next/server/pages/installation.js:50:67)
[17:18:21.828] at MDXContent (/vercel/path0/.next/server/pages/installation.js:1096:10)
[17:18:21.828] at Wc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
[17:18:21.828] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
[17:18:21.828] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.829] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.829] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.829] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.830] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.830]
[17:18:21.830] Error occurred prerendering page "/installation". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:21.830] Error: Expected object FileTree to be defined: you likely forgot to import, pass, or provide it.
[17:18:21.835] at _missingMdxReference (/vercel/path0/.next/server/pages/installation.js:1100:11)
[17:18:21.836] at _createMdxContent (/vercel/path0/.next/server/pages/installation.js:50:67)
[17:18:21.836] at MDXContent (/vercel/path0/.next/server/pages/installation.js:1096:10)
[17:18:21.836] at Wc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
[17:18:21.837] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
[17:18:21.837] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.837] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.837] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.837] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.837] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.847] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.848] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.848] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.848] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.848] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.848] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.848] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.848] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.848] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.848] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.848] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.848]
[17:18:21.848] Error occurred prerendering page "/layout_settings". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:21.849] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.849] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.849] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.849] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.849] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.849] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.849] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.849] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.849] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.849] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.849] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.866] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.866] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.866] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.866] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.866] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.866] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.866] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.867] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.867] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.867] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.867] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.867]
[17:18:21.867] Error occurred prerendering page "/pages_settings". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:21.867] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.867] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.867] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.867] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.867] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.867] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.867] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.868] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.868] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.868] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.868] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.868] info - Generating static pages (5/22)
[17:18:21.879] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.879] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.879] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.879] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.879] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.879] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.879] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.879] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.879] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.879] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.879] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.879]
[17:18:21.880] Error occurred prerendering page "/post_shortcodes/blockquotes". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:21.880] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.880] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.880] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.880] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.880] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.880] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.880] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.880] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.880] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.880] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.880] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.891] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.891] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.891] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.892] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.892] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.892] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.892] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.893] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.893] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.893] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.893] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:21.893]
[17:18:21.893] Error occurred prerendering page "/post_shortcodes/buttons". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:21.894] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:21.894] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:21.894] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.894] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:21.894] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:21.894] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:21.895] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:21.895] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.895] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:21.895] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:21.895] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.026] info - Generating static pages (10/22)
[17:18:22.155] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.155] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.155] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.155] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.155] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.156] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.156] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.156] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.156] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.156] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.156] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.156]
[17:18:22.156] Error occurred prerendering page "/theme_customization/color". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:22.156] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.156] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.156] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.156] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.156] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.156] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.156] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.157] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.157] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.157] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.157] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.189] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.189] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.189] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.189] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.189] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.189] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.189] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.189] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.189] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.190] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.190] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.190]
[17:18:22.190] Error occurred prerendering page "/theme_customization/favicon". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:22.190] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.190] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.190] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.190] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.190] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.190] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.190] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.190] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.191] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.191] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.191] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.192] info - Generating static pages (16/22)
[17:18:22.201] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.201] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.202] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.202] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.202] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.202] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.202] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.202] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.202] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.202] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.202] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.202]
[17:18:22.202] Error occurred prerendering page "/theme_customization/font". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:22.202] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.202] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.202] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.202] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.202] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.203] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.203] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.203] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.203] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.203] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.203] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.220] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.221] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.221] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.221] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.221] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.221] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.222] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.222] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.222] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.222] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.222] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.223]
[17:18:22.224] Error occurred prerendering page "/theme_customization/lazyload". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:22.224] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.224] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.224] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.224] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.224] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.225] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.225] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.225] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.225] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.225] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.226] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.226] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.226] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.226] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.226] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.227] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.227] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.227] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.227] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.227] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.227] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.228] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.228]
[17:18:22.228] Error occurred prerendering page "/theme_customization/others". Read more: https://nextjs.org/docs/messages/prerender-error
[17:18:22.228] Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
[17:18:22.228] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:493)
[17:18:22.228] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.229] at $c (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:78:98)
[17:18:22.229] at bd (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:77:404)
[17:18:22.229] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:217)
[17:18:22.229] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:71:479)
[17:18:22.229] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.230] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:481)
[17:18:22.230] at Z (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:76:89)
[17:18:22.230] at Zc (/vercel/path0/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:74:209)
[17:18:22.272] info - Generating static pages (22/22)
[17:18:22.274]
[17:18:22.274] > Build error occurred
[17:18:22.277] Error: Export encountered errors on following paths:
[17:18:22.278] /blog_settings
[17:18:22.287] /installation
[17:18:22.287] /layout_settings
[17:18:22.287] /pages_settings
[17:18:22.287] /post_shortcodes/blockquotes
[17:18:22.287] /post_shortcodes/buttons
[17:18:22.287] /theme_customization/color
[17:18:22.287] /theme_customization/favicon
[17:18:22.287] /theme_customization/font
[17:18:22.287] /theme_customization/lazyload
[17:18:22.288] /theme_customization/others
[17:18:22.288] at /vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/export/index.js:408:19
[17:18:22.288] at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
[17:18:22.288] at async Span.traceAsyncFn (/vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.js:79:20)
[17:18:22.288] at async /vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.js:1342:21
[17:18:22.288] at async Span.traceAsyncFn (/vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.js:79:20)
[17:18:22.288] at async /vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.js:1202:17
[17:18:22.288] at async Span.traceAsyncFn (/vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/trace/trace.js:79:20)
[17:18:22.288] at async Object.build [as default] (/vercel/path0/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/next/dist/build/index.js:65:29)
[17:18:22.355]  ELIFECYCLE  Command failed with exit code 1.
[17:18:22.375] Error: Command "pnpm run build" exited with 1
[17:18:22.599]

How to use images

What is the proper way to use images on pages?

I've tried this, but it doesn't use the specified width
![alt text {{ w: 100, h: 300 }}](public/images/headless-cms-content-list.png?w=100)

protected routes

Hey guys can I use protected routes? I want to add login page and after authorization I want to have protected routes

Feedback for “Pause-advanced-parallax”

I definitely caught the bug, from left to right (slowly without releasing your finger/mouse) there is always flare exactly in the middle, but from right to left there is no flare, there is only if you move from right to left past the middle, and then back, then there it is flare exactly in the middle
mb this information will help you tell me how to fix it.
I caught this error on your website in the examples and when I copied your example from Github into my project.
https://reanimated-carousel.dev/Examples/pause-advanced-parallax
https://github.com/dohooo/react-native-reanimated-carousel/blob/main/example/app/src/pages/pause-advanced-parallax/index.tsx

Customize each elements

Is it possible to customize each element like nextjs. I think this way is easier than using components inside .mdx files.

import type { MDXComponents } from 'mdx/types'
import Image, { ImageProps } from 'next/image'
 
// This file allows you to provide custom React components
// to be used in MDX files. You can import and use any
// React component you want, including inline styles,
// components from other libraries, and more.
 
export function useMDXComponents(components: MDXComponents): MDXComponents {
  return {
    // Allows customizing built-in components, e.g. to add styling.
    h1: ({ children }) => <h1 style={{ fontSize: '100px' }}>{children}</h1>,
    img: (props) => (
      <Image
        sizes="100vw"
        style={{ width: '100%', height: 'auto' }}
        {...(props as ImageProps)}
      />
    ),
    ...components,
  }
}

On This Page doesnt update text color

When you click on one of the category On This Page, the color of the text does not update
exemple : I click on Documentation but the text color does not change

image

Question for “FAQ”

How can you adjust the sensitivty of the scroll? My carousel, horizontal parallax, works great but when scrolling through the different elements its kind of annoying because it seems to need a very pronounced scroll motion. Is there a way to like, for smaller scroll motions, make the carousel go to the next item? Because one doesn't really want to be constantly dragging your finger across the entire screen. I have paging enabled.

Dark Theme being used by default...

I've just cloned the repo and without any changes the site comes up in the dark theme. How do I get this back to white as shown in all the screenshots?
Screen Shot 2023-04-26 at 3 37 24 PM

Getting error while trying to run the forked project.

$ node -v
v16.14.2

$ yarn build
yarn run v1.22.19
$ next build
info - Linting and checking validity of types
unhandledRejection file:///C:/Users/APPWRK/Desktop/rethink-2.0/rethink-next-docs-template/node_modules/nextra/dist/file-system.mjs:2
import { findPagesDir, existsSync } from "next/dist/lib/find-pages-dir.js";
^^^^^^^^^^
SyntaxError: Named export 'existsSync' not found. The requested module 'next/dist/lib/find-pages-dir.js' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'next/dist/lib/find-pages-dir.js';
const { findPagesDir, existsSync } = pkg;

at ModuleJob._instantiate (node:internal/modules/esm/module_job:127:21)

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Cannot find property of undefined (reading 'config')

Running on node v18.14.2 on MacOS results in the following error after running npm I && npm run dev.

./node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[7].use[1]!./node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[7].use[2]!./node_modules/.pnpm/[email protected]_3dlgxhjbodg5wy6dtxo6zbkbxe/node_modules/nextra-theme-docs/style.css
TypeError: Cannot read properties of undefined (reading 'config')

Seems like the theme is not properly loading. Is there a specific version of node/npm used to run the template?

Nextra Docs Template

Template can not be deployed on vercel.

Error:

<html>
<body>
<!--StartFragment-->
WARN  GET https://registry.npmjs.org/next/-/next-14.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
--
14:47:59.040 | WARN  GET https://registry.npmjs.org/@next/env/-/env-14.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.041 | WARN  GET https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.042 | WARN  GET https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.043 | WARN  GET https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001435.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.043 | WARN  GET https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.044 | WARN  GET https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.045 | WARN  GET https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.046 | WARN  GET https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.047 | WARN  GET https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.048 | WARN  GET https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.049 | WARN  GET https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
14:47:59.050 | WARN  GET https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.1.4.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

<!--EndFragment-->
</body>
</html>

Getting Error when trying to run my forked project

Nextra-error
Anytime I run the code, I get this error. And I've re-installed dependencies several times. I even checked my node_modules and the @napi module is there.

I don't know if this is an issue with the code or my node, but I'm able to run other projects that aren't nextra

Searchbar is not working

I have cloned the Doc Template shared in Github and I have noticed that it is not working. When I write to search for something the application does not show anything other than the first page (Introduction, etc...)
However, in the demo version deployed in Vercel it does work.
Can someone help me solve this problem?

How to add tailwindcss support?

How do I add tailwindcss support to Nextra docs theme? I tried following the Next.js instructions, but it require me to add tailwindcss directives to globals.css. Since Nextra doesn't expose its globals.css or App component, this is rather confusing.

Any assistance is appreciated. Thanks

Sidebar - Cache issues

Sidebar navigation has cache issues. After adding a new page, the page does not appear in the sidebar. For example, by updating the index page, the new page appears, but if you visit another page again, the new page is missing in the sidebar, as long you don't update all pages in the navigation.

Unable to run template in Arc browser

The above error can be reproduced by just installing the template using command:
npx create-next-app@latest -e https://github.com/shuding/nextra-docs-template docs-site
and then put localhost:3000 in Arc browser on Windows.

How to auto-height an Image using only a width?

As already written here (vercel/nextjs-portfolio-starter#32) at the base template, I want to put images into a blog post with a fixed width but an automatically calculated height. How to do that?

Using code like

<Image
  src="/photos/test.jpg"
  alt="Photo"
  width={200}
  priority
  className="next-image"
/>

will return the error message:

Error: Image with src "/photos/test.jpg" must use "width" and "height" properties or "layout='fill'" property.

The property "layout=fill" doesn't work either, as it strechtes the image over the full screen size.

any ideas how to do that?

"NextRouter was not mounted" error when running `next build`

Running npm run build from a fresh clone of this repo presents the following error messages: https://gist.github.com/redonkulus/dca09e61a25025d26c4e6411a6cf887e

This also happens to me from a new project I created from this template too. I'm not sure if these error messages are just warnings with Next 13 or some other issue.

System Info
Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 22.6.0: Wed Jul  5 22:22:05 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6000
Binaries:
  Node: 18.16.0
  npm: 9.5.1
  Yarn: N/A
  pnpm: N/A
Relevant Packages:
  next: 13.5.6
  eslint-config-next: N/A
  react: 18.2.0
  react-dom: 18.2.0
  typescript: 4.9.5
Next.js Config:
  output: N/A

Requesting GitHub Pages support

Hello, I kindly request that the nextra-docs-template be updated to include built-in support for deploying the documentation to GitHub Pages.

Built-in components error

Perhaps I've missed something in documentation but I am unable to use any of the built in components like Step or Card. Is there further config required to do so?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.