Baoyuantop commented on issue #12618:
URL: https://github.com/apache/apisix/issues/12618#issuecomment-3301557602

   Hi @TaeyeongKwak, do you have any additional configuration? I tried locally 
but couldn't reproduce it, here are my steps:
   
   1. Launch APISIX 3.13.0 with
   
   ```
   curl -sL https://run.api7.ai/apisix/quickstart | sh
   ```
   
   2. Sent a request, but saw the expected response
   
   ```
   curl -i --location 
"http://localhost:9180/apisix/admin/plugin_metadata/file-logger"; --header 
"x-api-key: $APISIX_API_KEY"
   HTTP/1.1 404 Not Found
   Date: Wed, 17 Sep 2025 06:44:09 GMT
   Content-Type: application/json
   Transfer-Encoding: chunked
   Connection: keep-alive
   Server: APISIX/3.13.0
   Access-Control-Allow-Origin: *
   Access-Control-Allow-Credentials: true
   Access-Control-Expose-Headers: *
   Access-Control-Max-Age: 3600
   X-API-VERSION: v3
   
   {"message":"Key not found"}
   ```


-- 
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]

Reply via email to