Hi, I am trying to sync my custom components using this command:
retool-ccl sync --url "https://$origin.retool.com" --access-token "$token" --target-url "https://$target.retool.com" --target-access-token $token2
The error I get: Error happened while talking to the Retool backend:
- Access token is not valid or does not have custom component permissions.
- The status code was 403.
It was working until a couple of days ago, and nothing has changed from my side.
Do you know about any breaking changes in retool api or @tryretool/custom-component-support?