WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
457 stars 153 forks source link

Resolve Docusaurus SSR issue #330

Closed huijing closed 1 year ago

huijing commented 1 year ago

Closes #320 (putting this here to link to issue)

Docusaurus is attempting to render all our component/lib files as static pages. Updating the file names in accordance to https://docusaurus.io/docs/creating-pages

By default, any Markdown or JavaScript file starting with _ will be ignored and no routes will be created for that file (see the exclude option).

to attempt to fix the deployment issue.

[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/active-view.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/back-button.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/copy-content.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/dependent-script.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/generate-form.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/generate-info-text.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/generated-info-text.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/generated-tabs.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/components/independent-script.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/lib/.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/lib/generate-exclusive-content.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/state/.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/state/exclusive-content.
[ERROR] Docusaurus server-side rendering could not render static page with path /exclusive-content/state/view.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/active-view.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/import.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/import-text.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/meta-tag.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/meta-text.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/only-client.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/revshare-chart.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/share-input.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/share-input-container.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/share-list.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/components/shares-text.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/lib/.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/state/.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/state/shares.
[ERROR] Docusaurus server-side rendering could not render static page with path /prob-revshare/state/view.