Need help creating an Entity - Throwing NullPointerException #180
-
I am trying to create an Entity using the When using the latest sunbirdrc-core Docker image, I am getting the following exception
From the source, I was able to identify that the osSchema for Login enabled is being checked which is throwing this exception. The Schema I used already has the loginEnabled. Can someone please share any pointers on what am I missing ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The problem was with the docker mount for templates folder in the compose file. The compose file was at an older commit, which required the mount path to be opensaber, which is now changed to sunbirdrc OLD: NEW: |
Beta Was this translation helpful? Give feedback.
The problem was with the docker mount for templates folder in the compose file.
The compose file was at an older commit, which required the mount path to be opensaber, which is now changed to sunbirdrc
OLD:
${PWD}/java/registry/src/main/resources/public/_schemas:/home/opensaber/config/public/_schemas
NEW:
${PWD}/java/registry/src/main/resources/public/_schemas:/home/sunbirdrc/config/public/_schemas