- My goal: I'm developing retool custom react components.
- Issue: Having trouble previewing in dev mode when running
npx retool-ccl dev - Steps I've taken to troubleshoot: Have tried other commands such as
npx retool-ccl deploy, checking my network status, deleting components, etc. Error is still the same. - These are the CLI errors:
you might need to whitelist Retools IP addresses:
this other topic might help also
Hi @jereyee, welcome to the community!
It looks like its failing after building and trying to send the code to retool, specifically on the step related to a creating a custom component library. Did you make sure to run this step?
npx retool-ccl init
