Qi Guo

Results 51 comments of Qi Guo

The same error was encountered with yarn start: ![image](https://user-images.githubusercontent.com/72343596/179455474-5d2166cb-635f-4d86-a2f0-91dfa16ae7ab.png) Hi, @DawMatt Have you solved the problem now?

Hi, @DawMatt Sorry, I upgraded my node from v14.18.0 to v16.16.0 and reused yarn start and got the same error.🥲 I would like to know how it runs and what...

Hi, @DawMatt Thanks for the detailed answer, it worked fine when I ran the new repository. `https://github.com/Azure/api-management-developer-portal`

@barchielAbyss Do you have time to help check this issue?

hello @yigeqiji The cause is due to the CSP (content-security-policy) and I think we can allow the iframe to fix it. you can custom CSP config here https://github.com/apache/apisix-dashboard/blob/master/api/conf/conf.yaml#L63-L69 please refer:...

You can configure `frame-src *` to allow all frame

> The UI form ensures that requests sent to the API always do not contain the `req_headers` field, regardless of whether the initial value of the request header is empty...

hello, @Sh1-5 also need to update this case ![image](https://user-images.githubusercontent.com/72343596/183030229-ef87711a-50e9-4f5e-ba3a-91f96e7f7487.png)

Hi, @Sh1-5 Please check the logic when configuring the route, the default value of radio is not available 🤔 ![image](https://user-images.githubusercontent.com/72343596/183039537-805a6678-909b-437d-86a9-195a5107ca9a.png)