PlasticJonbenetDoll opened a new issue, #10261:
URL: https://github.com/apache/apisix/issues/10261

   ### Description
   
   Hello. I tried to use path parameters by adding 
_radixtree_uri_with_parameter_ into my config.yaml
   
   ```
   apisix:
     router:
       http: radixtree_uri_with_parameter
   ```
   
   I create my route like this:
   
   curl "http://127.0.0.1:9180/apisix/admin/routes/4"; -H "X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1" -X PUT -d '
   {
     "methods": ["GET"],
     "host": "my.example.com",
     "uri": "/api/service/:myId/transaction",
     "plugins": {
       "basic-auth": {
         "disable": false
       }
     },
     "upstream": {
       "type": "roundrobin",
        "scheme": "http",
       "nodes": {
         "my.example.com": 1
       }
     }
   }'
   
   But for some reason apisix just do nothing when I send request and after 
some time returns **504 Gateway Time-out**.
   
   Any other routes without path parameters are working fine. What I can do 
wrong?
   
   
   ### Environment
   
   - APISIX version (run `apisix version`): 3.5
   - Operating system (run `uname -a`): Red Hat
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.21.4.2
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


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