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

   ### Description
   
   Hi team,
   
   I'm experiencing an issue when trying to access the Apache APISIX Dashboard. 
The page only shows a loading spinner and never loads the full UI.
   
   To provide more context, I recently created a new route by duplicating an 
existing one. The only change I made was modifying the uri and updating the 
proxy-rewrite plugin configuration. Here's the relevant part of the 
configuration:
   ```
   "uri": "/name/*",
   "plugins": {
     "proxy-rewrite": {
       "regex_uri": [
         "/name/?(.*)",
         "/$1"
       ],
       "scheme": "http"
     }
   }
   ```
   response:
   <noscript>Out-of-the-box mid-stage front/design solution!</noscript>
   ...
   <script src="/umi.7de77dbe.js"></script>
   
   After applying this change, the dashboard no longer loads properly. Could 
this configuration be causing the issue? Or is it unrelated?
   
   Any help would be greatly appreciated. Thanks in advance!
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - 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: notifications-unsubscr...@apisix.apache.org.apache.org

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

Reply via email to