Hi everyone!
I have a problem with creating a project specific connection via the API.
The API endpoint responds with a status 404, message:
{
"code": "ENTITY_NOT_FOUND",
"params":
{
"message": "piece_metadata_not_found projectId=rWfDYYfvafTgcXpsvzcAD pieceName=usecaise"
}
}
The error message suggests that the piece is not found.
However: both entities (project and piece) are there, and I can create a connection in the UI (but that is not an option in my case).
My request looks like this:
{
"name": "Usecaise (auto generated, do not delete)",
"displayName": "Usecaise (auto generated, do not delete)",
"pieceName": "usecaise",
"projectId": "rWfDYYfvafTgcXpsvzcAD",
"externalId": "67c8572e03be34e0af5578ad",
"type": "SECRET_TEXT",
"value":
{
"type": "SECRET_TEXT",
"secret_text": "..."
}
}
Iām running activepieces on-prem, version 0.65.0
The piece is a private piece.
I appreciate your help ![]()
