DokployD
Dokploy16mo ago
6 replies
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'
}



her's the endpoint I used
curl -X 'GET' \
  'https://your-domain/api/project.all' \
  -H 'accept: application/json'
  -H 'Authorization: Bearer <token>'
Was this page helpful?