YOLOooooos opened a new issue, #5035: URL: https://github.com/apache/shenyu/issues/5035
### Question When I followed the tutorial on the official website, I started the shenyu-examples-http test project after the initial login and password change, and found that the HttpClientRegisterRepository class was reporting an error Register admin url :http://localhost:9095 is fail, will retry. cause:accessToken is null. After troubleshooting, I found that in the org.apache.shenyu.register.client.http.HttpClientRegisterRepository#doRegister method, the following is executed HttpClientRegisterRepository#doRegister method in this.accessToken.get(server), the password carried by this.accessToken is still the initial password, not my modified password. Is there a mistake in my perception or operation here, or is it a bug?  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
