You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/04 04:55:53 UTC

[GitHub] [apisix] rmGFW opened a new issue #5172: request help: 404 Route Not Found

rmGFW opened a new issue #5172:
URL: https://github.com/apache/apisix/issues/5172


   ### Issue description
   
   ![image](https://user-images.githubusercontent.com/66858140/135795806-8c4ede60-d279-463f-8d70-981adc82e764.png)
   
   hi ,this screenshot shows the problem. i have add a upstream and a router , but when i send a request ,it said router not found 
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.10.0
   - OS (cmd: `uname -a`):Linux 488f479ab61e 5.4.0-77-generic #86-Ubuntu SMP Thu Jun 17 02:35:03 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
   - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):nginx version: openresty/1.19.9.1
   built by gcc 9.3.1 20200408 (Red Hat 9.3.1-2) (GCC)
   built with OpenSSL 1.1.1k  25 Mar 2021 (running with OpenSSL 1.1.1l  24 Aug 2021)
   TLS SNI support enabled
   configure arguments: --prefix=/usr/local/openresty/nginx --with-cc-opt='-O2 -DNGX_LUA_ABORT_AT_PANIC -I/usr/local/openresty/zlib/include -I/usr/local/openresty/pcre/include -I/usr/local/openresty/openssl111/include' --add-module=../ngx_devel_kit-0.3.1 --add-module=../echo-nginx-module-0.62 --add-module=../xss-nginx-module-0.06 --add-module=../ngx_coolkit-0.2 --add-module=../set-misc-nginx-module-0.32 --add-module=../form-input-nginx-module-0.12 --add-module=../encrypted-session-nginx-module-0.08 --add-module=../srcache-nginx-module-0.32 --add-module=../ngx_lua-0.10.20 --add-module=../ngx_lua_upstream-0.07 --add-module=../headers-more-nginx-module-0.33 --add-module=../array-var-nginx-module-0.05 --add-module=../memc-nginx-module-0.19 --add-module=../redis2-nginx-module-0.15 --add-module=../redis-nginx-module-0.3.7 --add-module=../ngx_stream_lua-0.0.10 --with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib -L/usr/local/openresty/zlib/lib -L/usr/local/openresty/pcre/lib -L/usr/loc
 al/openresty/openssl111/lib -Wl,-rpath,/usr/local/openresty/zlib/lib:/usr/local/openresty/pcre/lib:/usr/local/openresty/openssl111/lib' --with-cc='ccache gcc -fdiagnostics-color=always' --with-pcre-jit --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module --with-http_v2_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-http_stub_status_module --with-http_realip_module --with-http_addition_module --with-http_auth_request_module --with-http_secure_link_module --with-http_random_index_module --with-http_gzip_static_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-threads --with-compat --with-stream --with-http_ssl_module
   - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   - apisix-dashboard version, if have:
   - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner):
   - luarocks version, if the issue is about installation (cmd: `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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rmGFW closed issue #5172: request help: 404 Route Not Found

Posted by GitBox <gi...@apache.org>.
rmGFW closed issue #5172:
URL: https://github.com/apache/apisix/issues/5172


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rmGFW commented on issue #5172: request help: 404 Route Not Found

Posted by GitBox <gi...@apache.org>.
rmGFW commented on issue #5172:
URL: https://github.com/apache/apisix/issues/5172#issuecomment-933967377


   > Show the reproduction steps in text form.
   
   curl 'https://apisix-dashboard.xxxx.com/apisix/admin/upstreams' \
     -H 'Connection: keep-alive' \
     -H 'Pragma: no-cache' \
     -H 'Cache-Control: no-cache' \
     -H 'sec-ch-ua: "Chromium";v="94", "Google Chrome";v="94", ";Not A Brand";v="99"' \
     -H 'Accept: application/json' \
     -H 'Content-Type: application/json;charset=UTF-8' \
     -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2MzMzMjUyNzYsImlhdCI6MTYzMzMyMTY3Niwic3ViIjoiY2FjaGUtbWlzc2luZyJ9.-QrzMcwLtJZ0tj8jOZVfsKsZ76D6V_YOx3hyW4T2riA' \
     -H 'sec-ch-ua-mobile: ?0' \
     -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' \
     -H 'sec-ch-ua-platform: "macOS"' \
     -H 'Origin: https://apisix-dashboard.xxxx.com' \
     -H 'Sec-Fetch-Site: same-origin' \
     -H 'Sec-Fetch-Mode: cors' \
     -H 'Sec-Fetch-Dest: empty' \
     -H 'Referer: https://apisix-dashboard.xxxx.com/upstream/create' \
     -H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,ru;q=0.7' \
     --data-raw '{"name":"nginx-file-server","type":"roundrobin","pass_host":"pass","scheme":"http","timeout":{"connect":6,"send":6,"read":6},"keepalive_pool":{"size":320,"idle_timeout":60,"requests":1000},"nodes":{"nginx-file-server:80":100}}' \
     --compressed
   
   curl 'https://apisix-dashboard.xxxx.com/apisix/admin/routes' \
     -H 'Connection: keep-alive' \
     -H 'Pragma: no-cache' \
     -H 'Cache-Control: no-cache' \
     -H 'sec-ch-ua: "Chromium";v="94", "Google Chrome";v="94", ";Not A Brand";v="99"' \
     -H 'Accept: application/json' \
     -H 'Content-Type: application/json;charset=UTF-8' \
     -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2MzMzMjUyNzYsImlhdCI6MTYzMzMyMTY3Niwic3ViIjoiY2FjaGUtbWlzc2luZyJ9.-QrzMcwLtJZ0tj8jOZVfsKsZ76D6V_YOx3hyW4T2riA' \
     -H 'sec-ch-ua-mobile: ?0' \
     -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36' \
     -H 'sec-ch-ua-platform: "macOS"' \
     -H 'Origin: https://apisix-dashboard.xxxx.com' \
     -H 'Sec-Fetch-Site: same-origin' \
     -H 'Sec-Fetch-Mode: cors' \
     -H 'Sec-Fetch-Dest: empty' \
     -H 'Referer: https://apisix-dashboard.xxxx.com/routes/create' \
     -H 'Accept-Language: zh-CN,zh;q=0.9,en;q=0.8,ru;q=0.7' \
     --data-raw '{"methods":["GET","POST","PUT","DELETE","PATCH","HEAD","OPTIONS","CONNECT","TRACE"],"priority":0,"name":"nginx-file-server","desc":"","status":1,"labels":{},"uri":"/*","host":"file.xxxx.com","upstream_id":"375461592688494131"}' \
     --compressed
   
   
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] rmGFW closed issue #5172: request help: 404 Route Not Found

Posted by GitBox <gi...@apache.org>.
rmGFW closed issue #5172:
URL: https://github.com/apache/apisix/issues/5172


   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] tzssangglass commented on issue #5172: request help: 404 Route Not Found

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #5172:
URL: https://github.com/apache/apisix/issues/5172#issuecomment-933679091


   Show the reproduction steps in text form.


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org