Type: bug report or feature request
bug report
I downloaded the latest version 1.3.0 integrated spring Cloud discovery request to get the configuration interface with beta as the true parameter
I grabbed the package and found that I got 404 for true without beta
I have integrated the latest Spring-cloud-starter alia-Nacos-config
windows
idea
Spring-cloud-starter alia-Nacos-config 2.2.1.RELEASE
standalone mode or cluster mode?
standalone mode .I just configured mysql instead of configuring the database .But does nacos 1.3.0 seem to have no user management?
user management need to set nacos.core.auth.enabled=true
you mean is you publish config with beta, and client can't get this config?
If you want client can read config which is beta, you need to add this client ip in beta white list
I first deployed it with Docker without configuring any environment variables. Nacos should use the built-in database.At this point, my client couldn't get any configuration, so I grabbed the packet and found a 404 because there was no beta parameter.I downloaded the official version of 1.3.0 instead of the beta version.Later, I tried using the mysql database, at which point I was able to get the configuration properly.
could you tell me you DingTalk account ?
What's your E-mail address? I will send my account to your email
thanks ! I forgot to configure spring.datasource.platform=mysql
https://github.com/alibaba/nacos/releases/tag/1.3.0 感谢反馈,已经更新到1.3.0版本修复了