Firstsawyou edited a comment on issue #3762:
URL: https://github.com/apache/apisix/issues/3762#issuecomment-791200573
In the config.yaml configuration file, you have not added the `cors` plugin
name to the plugins.
You need to add the cors plugin name to the `plugins` list like this:
```
......
plugins: # plugin list (sorted in alphabetical
order)
- skywalking
- cors
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]