Hi, all:
I’trying to create a new user in an instance which has a context setted (for the sake of demo, we will use “/test”) http://localhost:9000/test
Whenever I try to create a new user, I get this message:
I have correctly setted up sonar.core.serverBaseURL to http://localhost:9000/test. I have checked firefox inspector and when the API call is made, context is removed, therefore giving a 404:
This is preventing to create users in instances with context setted. I’ve tried it on several 10.3 instances.