ceramicnetwork / ceramicnetwork/docs-docusaurus
BUG: '✖ Fetch failed' while creating composites on local ceramic node.
- Dominant language
- TypeScript
- Stars
- 23
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Ceramic local node starts at http://0.0.0.0:7007, thus all the documentation with http://localhost:7007 doesn't function correctly.
**To Reproduce**
Steps to reproduce the behavior:
1. Follow steps in https://developers.ceramic.network/docs/composedb/set-up-your-environment#2c-installation-using-javascript-package-managers
2. Follow all steps into until you reach the command:
```
composedb composite:from-model kjzl6hvfrbw6c5ajfmes842lu09vjxu5956e3xq0xk12gp2jcf9s90cagt2god9 --ceramic-url=http://localhost:7007 --output=my-first-composite.json
```
3. See error: ``` ✖ fetch failed ```
**Expected behavior**
The Ceramic Node should start at localhost:7007 or else all the documentation should switch to http://0.0.0.0:7007 as the --ceramic-url or the -c flag
**Machine, OS, browser information (please complete the following information):**
Linux, PopOs 22.04, Firefox. Node 20.11.1, npm 10.2.4
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.