I'm following this guide about creating a custom component: Build custom component libraries | Retool Docs
- I've cloned the new-custom-component repository to use for practice.
- I'm using a self-hosted version of Retool.
- It fails on step 4, I get this output:
$ npx retool-ccl init
? What name would you like to give your library of components (example: My Great Library)? ExampleLib
? What description would you like to give your library of components (example: A library full of great things.)? Test Library
Creating new library in the Retool backend..
Error happened while building: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
My "retool-ccl login" should be correct as I compared it to a colleague of mine (not that there was any useful indication whether the authentication was successful or not).