thor533 commented on issue #9213:
URL: https://github.com/apache/apisix/issues/9213#issuecomment-1493565716
> Can you show us error message in error.log?
2023/04/03 02:05:46 [error] 48#48: *12778 [lua] init.lua:520:
http_access_phase(): failed to set upstream: missing upstream configuration in
Route or Service, client: 172.19.0.1, server: _, request: "GET
/apisix/plugin/jwt/sign?key=xubin HTTP/1.1", host: "10.210.21.105:9080"
the route config is :
`{
"uri": "/apisix/plugin/jwt/sign",
"name": "public-api",
"desc": "public-api",
"priority": 1,
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"PATCH",
"HEAD",
"OPTIONS",
"CONNECT",
"TRACE"
],
"plugins": {
"public-api": {}
},
"status": 1
}`
ps:
The log-rorate plug-in is unavailable if I do not start it. All the plug-ins
are unavailable
the other error info is :

the bug is ruined!!!!
--
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]