We are developing a new component. To test it, we publish it as a private component.
The issue is that the new versions of the component are not updating on the editor so we cannot test the latest version.
We ran ‘adalo publish’ to update our component, that completed successfully.
Do you know what we need to do? How do versions work with components?
The other option we are thinking is to delete the current component and then trying to install it again. But we don’t find any place to delete a private component. Is that possible?
Thanks
I’ve put the request to get help for this on nocodeshare and paid $15. the first person to solve it gets $15 if your solution works: Nocodeshare.co
When you run: Yarn run publish. the version will be immediately there, no need to do anything, maximum you refresh and stop your server in the terminal or cmd. So when you do that, (new version) does the component disappear from your privates? or it is there? if it’s there, the new version should be too.
First it didn’t update. So we created a second component for the updated version.
Now it has disappeared (and the second version is also not showing up).