Belkuy commented on issue #12511:
URL: https://github.com/apache/apisix/issues/12511#issuecomment-3178161525

   It's strange that I can access the Admin UI page without any issues when I 
visit it this way:
   https://apisix-admin.xxx.cn/ui/routes?page=1&page_size=10
   
   > I also encountered this case ([#12511 
(comment)](https://github.com/apache/apisix/issues/12511#issuecomment-3177992815))
 when using Lens with port forwarding, e.g., `localhost:56789`.
   > 
   > After debugging, I noticed that, in this line
   > 
   > 
[apisix/apisix/cli/ngx_tpl.lua](https://github.com/apache/apisix/blob/46ae368075459c97fa8a770340eb8ef52d7c9b1a/apisix/cli/ngx_tpl.lua#L654)
   > 
   > Line 654 in 
[46ae368](/apache/apisix/commit/46ae368075459c97fa8a770340eb8ef52d7c9b1a)
   > 
   >              return 301 /ui/; 
   > , it forces the port to `9180` instead. However, after changing the **port 
forwarding port** to **9180**, everything worked well, at least this is not an 
issue to me.
   
   
   It's strange that I can access the Admin UI page without any issues when I 
visit it this way:
   https://apisix-admin.xxx.cn/ui/routes?page=1&page_size=10
   
   


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