I created my ‘@pb-org/piece-pbtest’ piece and published it to npm. It is working fine on my local deployment. When I try to Install it from the Settings / Pieces page under Activepieces I get a “Something went wrong, please try again later” error, I went to the network tab to check the error message, it was:
{
“code”: “AUTHORIZATION”,
“params”: {
“message”: “Only admin role is allowed for cloud platform”
}
}
Noting that I followed the instructions under sharing pieces docs
Please assist