We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载代码后,启动示例(本地nacos版本:nacos-server-1.3.0-BETA):
com.alibaba.nacos.api.exception.NacosException: failed to req API:/api//nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried:
This application has no explicit mapping for /error, so you are seeing this as a fallback.
The text was updated successfully, but these errors were encountered:
我也遇到了类似的问题。消费服务启动后,servlet接受不到请求
Sorry, something went wrong.
would you please provide more detailed information such as nacos-client version
@RysisLiang
Here I am not very clear about the specific situation you encountered, would you please create a new issue to describe about this?
我是将consumer创建为一个 spring-boot-web 应用。当启动类的注解是 @EnableAutoConfiguration 时,server是无法被正确指向controller的。当更改为 @SpringBootApplication 时server可以获取到请求的响应内容,然后我的问题就解决了。 因为 @SpringBootApplicatio 里有对组件扫描的自动配置。 你可以看看你的问题是不是出现在这 @348339749
No branches or pull requests
下载代码后,启动示例(本地nacos版本:nacos-server-1.3.0-BETA):
com.alibaba.nacos.api.exception.NacosException: failed to req API:/api//nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried:
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
The text was updated successfully, but these errors were encountered: