MoritzArena commented on issue #3145:
URL: 
https://github.com/apache/apisix-dashboard/issues/3145#issuecomment-3413312229

   > I'm sorry but with apisix 3.14 continues not working
   
   This issue surly still not working with 3.14, configuration below: 
   
   ```json
   {
     "name": "dify-web",
     "uri": "/*",
     "hosts": [
       "127.0.0.1",
       "localhost"
     ],
     "methods": [
       "GET",
       "HEAD",
       "OPTIONS"
     ],
     "enable_websocket": true,
     "priority": 0,
     "vars": [
       [
         "server_port",
         "==",
         3000
       ]
     ],
     "upstream": {
       "scheme": "http",
       "type": "roundrobin",
       "pass_host": "pass",
       "name": "dify-web-up",
       "nodes": [
         {
           "host": "dify-web",
           "port": 3000,
           "weight": 1
         }
       ],
       "keepalive_pool": {
         "size": 30,
         "idle_timeout": 600,
         "requests": 600
       },
       "tls": {
         "verify": false
       }
     }
   }
   ```
   
   got issue below in frontend:
   
   ```
   a.trim is not a function
   ```
   
   PTAL


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