We don’t think the component itself has any problem. Actually, we created a default component by using npx create-adalo-component mycomponent and made @adalo/cli proxy-aware by following the previous post. The default component also failed in running on the app page.
the component doesn’t seem to appear in any if your team development section right? if so, please delete the node_modules, run yarn install and check for anything wrong in your code, that happens all the time while i develop component, check the code or the installed packages. because at it seems it has nothing to do with adalo or the team or anything but the code
Can you try something? Have each of your developers working on the component go into package.json
So if you have Person1 and Person2 on your team, then Person1 goes into package.json and changes the name from defaultlib to defaultlib-person1 and Person2 changes the name from defaultlib to defaultlib-person2. Then run npx run start so that each package will be registered with a different name.
When you are ready to deploy you have 1 person rename it to defaultlib and publish. If you publish to Adalo you can only publish from 1 account, other people will get access denied trying to publish. What you can do instead is deploy it to your personal npm repository and use the personal repository in Adalo. This let’s you give many people permissions to update the package and you can control who gets to use the package. It is a lot more work to manage this way. Using 1 persons account as publisher (better in an automated pipeline as well like github actions) is easier.
As i said, check your code, try changing some stuff and see if it appears, this kind of problem happens with me if i did anything wrong in the code, or the imported library