D
Dokploy•8mo ago
mukhtharcm

can't get projects in api

when I try to get projects from the api, it's throwing this error
Projects: {
message: 'UNDEFINED_VALUE: Undefined values are not allowed',
code: 'INTERNAL_SERVER_ERROR'
}
Projects: {
message: 'UNDEFINED_VALUE: Undefined values are not allowed',
code: 'INTERNAL_SERVER_ERROR'
}
her's the endpoint I used
curl -X 'GET' \
'https://your-domain/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <token>'
curl -X 'GET' \
'https://your-domain/api/project.all' \
-H 'accept: application/json'
-H 'Authorization: Bearer <token>'
4 Replies
Siumauricio
Siumauricio•8mo ago
did you created the token ? Looks like, there's a bug introduced in the v0.9.0 I will fix today!
mukhtharcm
mukhtharcmOP•8mo ago
Yup šŸ‘
Siumauricio
Siumauricio•8mo ago
Version released!
mukhtharcm
mukhtharcmOP•8mo ago
Thank you! I missed this :)

Did you find this page helpful?