Closed PaulLeCam closed 3 months ago
When trying to run this locally I get the error Failed to access Ceramic server
even when ceramic-one daemon is running
$ ceramic-one -V
ceramic-one 0.28.1
Ah yes, it won't work with v0.28 or earlier because CORS isn't supported, you'll need to use v0.29+
Closing in favor of the more up-to-date https://github.com/ceramicstudio/ceramic-sdk/pull/18
Based on https://github.com/ceramicstudio/ceramic-sdk/pull/15 so the PR only shows the relevant changes. Better wait until all the other PRs are merged before merging this one.
Basic setup using Vite configured for IPFS serving. So far the app only tries to connect to the local C1 server and load the version, or display an error message if it can't.