Cannot re-enter 'dev' mode through retool-ccl

I have seen similar posts regarding how to properly handle this problem, but haven't come across any solutions for the recommended troubleshooting steps.

Issue:
After recent deployment of existing components within our custom component library via running npx retool-ccl deploy at the retool-custom-component-library/new-custom-component/ level, I can no longer see any changes I make to components in the existing library once running npx retool-ccl dev. The only way I am ever able to see current changes now is if I, again, run npx retool-ccl deploy after making changes -- which is not ideal.

  • :memo: Note: In the settings of each of our retool apps that uses a custom component, I do have each environment set to dev:example.email@companyname.com

Solutions I have tried:

  • Using control + C to force exit dev mode and re-rerunning npx retool-ccl dev.
  • Completely logging out and back into everything by executing the following steps:
    1. Logging out of retool via retool logout;
    2. re-authenticating successfully w/ retool login using cookies credentials via xsrfToken and accessToken values;
    3. running retool whoami to confirm authentication values;
    4. successfully re-logging in via npx retool-ccl login;
    5. reinitiating dev mode.

I would very much appreciate some guidance here so I can keep seeing live changes in dev mode, and avoid having to deploy every time I want to see changes I've made to a custom component in our library.

Thank you in advance!
AJ Vancattenburch