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.
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:
- Logging out of retool via
retool logout; - re-authenticating successfully w/
retool loginusing cookies credentials via xsrfToken and accessToken values; - running
retool whoamito confirm authentication values; - successfully re-logging in via
npx retool-ccl login; - reinitiating dev mode.
- Logging out of retool via
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