Hello everyone! I’m new to Ceramic and was working on an application based on an older tutorial blog I found and I’ve run into an error I can’t seem to resolve. the Blog is a bit outdated, but I was able to resolve most of the errors as many where related to using ESM and a few references to older NPM packages. But the one I can’t seem to resolve is Type 'CeramicClient' is not assignable to type 'CeramicApi'.
Usually that error indicates a mismatch in the package versions in use. Can you make sure you’re on all the most recent versions of all the Ceramic and ComposeDB packages, delete your package-lock.json file, and reinstall and rebuild and see if that helps?