You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
I confirm that this is a issue rather than a question.
Bug report
Generate command results with an error when while trying to generate sitemap:
FATAL Invalid base URL: / 06:51:24
at new URLImpl (node_modules/whatwg-url/lib/URL-impl.js:15:15)
at Object.setup (node_modules/whatwg-url/lib/URL.js:317:14)
at new URL (node_modules/whatwg-url/lib/URL.js:26:18)
at node_modules/sitemap/dist/lib/sitemap.js:194:28
at Array.forEach (<anonymous>)
at Sitemap.toString (node_modules/sitemap/dist/lib/sitemap.js:188:19)
at sitemap (node_modules/@statusfy/core/lib/content/sitemap.js:60:18)
at async node_modules/@statusfy/core/client/modules/statusfy/index.js:124:21
at async Nuxt.callHook (node_modules/hable/lib/hookable.js:50:7)
at async Generator.generate (node_modules/@nuxt/generator/dist/generator.js:53:5)
at async module.exports (node_modules/@statusfy/core/lib/generate.js:28:5)
Also, not sure why, but this command exits with 0 so I cannot fail my CI builds when it happens.
Version
Statusfy: 0.5.0
npm: 6.13.6
node: v13.7.0
Steps to reproduce
I'm getting this on freshly created new project on any machine.
The text was updated successfully, but these errors were encountered:
Replace sub.domain.de with your actual FQDN (Domain) and run again.. this is not described in the docs.. I also wondered why not.
Also in the installation process the installer never asked for a FQDN/Domain.
But in the end, this does not even matter as it completely gets ignored by the application. You can just paste a wrong domain and it will not trigger any warning and work just fine.. strange behaviour
Bug report
Generate command results with an error when while trying to generate sitemap:
Also, not sure why, but this command exits with 0 so I cannot fail my CI builds when it happens.
Version
Statusfy: 0.5.0
npm: 6.13.6
node: v13.7.0
Steps to reproduce
I'm getting this on freshly created new project on any machine.
The text was updated successfully, but these errors were encountered: