2025-12-27T04:42:58.817Z error administer: relation/permission `administer` not found under definition `app/project`
[2025-12-26 20:42:58] administer: relation/permission `administer` not found under definition `app/project`
[2025-12-26 20:42:58] administer: relation/permission `administer` not found under definition `app/project`
[2025-12-26 20:42:58] administer: relation/permission `administer` not found under definition `app/project`
[2025-12-26 20:42:58] administer: relation/permission `administer` not found under definition `app/project` {"grpc.start_time": "2025-12-27T04:42:58Z", "system": "grpc", "span.kind": "server", "grpc.service": "raystack.frontier.v1beta1.FrontierService", "grpc.method": "ListProjectsByCurrentUser", "x-request-id": "53d46584f1f6c91b865e1c49207edd25", "peer.address": "127.0.0.1:35918"}
[2025-12-26 20:42:58] 2025-12-27T04:42:58.817Z error finished unary call with code Internal {"grpc.start_time": "2025-12-27T04:42:58Z", "system": "grpc", "span.kind": "server", "grpc.service": "raystack.frontier.v1beta1.FrontierService", "grpc.method": "ListProjectsByCurrentUser", "error": "rpc error: code = Internal desc = internal server error", "grpc.code": "Internal", "x-request-id": "53d46584f1f6c91b865e1c49207edd25", "grpc.time_ms": 31.838}
[2025-12-26 20:43:49] 2025-12-27T04:43:49.508Z error app_organization_billingview: relation/permission `app_organization_billingview` not found under definition `app/project`
[2025-12-26 20:43:49] app_organization_billingview: relation/permission `app_organization_billingview` not found under definition `app/project`
[2025-12-26 20:43:49] app_organization_billingview: relation/permission `app_organization_billingview` not found under definition `app/project`
[2025-12-26 20:43:49] app_organization_billingview: relation/permission `app_organization_billingview` not found under definition `app/project`
[2025-12-26 20:43:49] app_organization_billingview: relation/permission `app_organization_billingview` not found under definition `app/project` {"grpc.start_time": "2025-12-27T04:43:49Z", "system": "grpc", "span.kind": "server", "grpc.service": "raystack.frontier.v1beta1.FrontierService", "grpc.method": "ListProjectsByCurrentUser", "x-request-id": "03fd627f9212f9e71a9798b14d801755", "peer.address": "127.0.0.1:35918"}
[2025-12-26 20:43:49] 2025-12-27T04:43:49.508Z error finished unary call with code Internal {"grpc.start_time": "2025-12-27T04:43:49Z", "system": "grpc", "span.kind": "server", "grpc.service": "raystack.frontier.v1beta1.FrontierService", "grpc.method": "ListProjectsByCurrentUser", "error": "rpc error: code = Internal desc = internal server error", "grpc.code": "Internal", "x-request-id": "03fd627f9212f9e71a9798b14d801755", "grpc.time_ms": 29.568}
I've tried running the database migration process and restarting both frontier and spicedb with no effect. I'm not sure if this is a bug, or something never got initialized correctly but I'm running into this while trying to integrate Frontier for my app
When I call
http://frontier:8080/v1beta1/users/self/projects?with_permissions=app.organization.billingviewI'm getting an internal server error:{ "code": 13, "message": "internal server error", "details": [] }the server logs show:
I've tried running the database migration process and restarting both frontier and spicedb with no effect. I'm not sure if this is a bug, or something never got initialized correctly but I'm running into this while trying to integrate Frontier for my app