radicle-client-services icon indicating copy to clipboard operation
radicle-client-services copied to clipboard

Could not fetch project info: LocalIdentity(MissingDefault(MissingDefaultIdentity))

Open hging opened this issue 3 years ago • 2 comments
trafficstars

HI, i'm run a seed. Recently I have been updating the version. The latest version of http-api cannot properly read the previous repository. The log contains the following error: Could not fetch project info: LocalIdentity(MissingDefault(MissingDefaultIdentity)) when i use be900084bb3287d55e222ac35740f90c1549f94f image tag. the api will return all projects.

I searched the issue, But no solution was found.

hging avatar Nov 09 '22 07:11 hging

I'm sure I have the right identity. If the identity is incorrect, the http server cannot be started properly. Whether any migration is required to ensure the upgrade.

hging avatar Nov 09 '22 07:11 hging

I'm running into the same issue. I'm running a Radicle Client Services in Docker following https://github.com/radicle-dev/radicle-client-services.

After I pushed a project via rad push --seed seed.domain.xyz

https://seed.domain.xyz:8777/v1/projects is empty https://seed.domain.xyz:8777/v1/projects/rad:git:*** returns 500

ts=2022-12-14T16:35:26.681469546Z level=error target=radicle_http_api::error message="Error: LocalIdentity(MissingDefault(MissingDefaultIdentity))" method=GET uri=***

dionysiusmarquis avatar Dec 14 '22 16:12 dionysiusmarquis