|
After upgrade I get this error in api server, someone had this issue? I've upgrade the helm chart to: 3.28.1 Caused by: java.lang.NullPointerException: Cannot invoke "io.terrakube.api.rs.Organization.getName()" because the return value of "io.terrakube.api.rs.module.Module.getOrganization()" is null |
Answered by
alfespa17
Aug 7, 2025
Replies: 1 comment 29 replies
|
Try checking the module table and validate if there is a module without the organization_id (it should not exist) It is failing in this part of the code that is refreshing the module version at startup, so I guess maybe there is some invalid data in the module table |
29 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


that is the issue, there should be a module using that org that is disable