Views
Replies
Total Likes
Hi @Mohit1, There are many reason due to which you User API can not instantiated. Like your Sling model is not using injection strategy as optional, Some exception or error in your post construct method, any issue in any services that you are using into you sling model.
You log says you are getting null pointer in CommonHelper.java at line#1105.
Once you correct this, this issue will get resolved.
Hope this helps.
Umesh Thakur
Hi @Mohit1, There are many reason due to which you User API can not instantiated. Like your Sling model is not using injection strategy as optional, Some exception or error in your post construct method, any issue in any services that you are using into you sling model.
You log says you are getting null pointer in CommonHelper.java at line#1105.
Once you correct this, this issue will get resolved.
Hope this helps.
Umesh Thakur