ozcanoguz opened a new issue, #3101: URL: https://github.com/apache/apisix-dashboard/issues/3101
### Issue description First of all, thanks for a product that you are bringing that I have started to evaluate by myself, on the other hand according to apisix-dashboard Manager API documentation there is an export API for migration configuration documentated here : https://apisix.apache.org/docs/dashboard/api/api/ But it does not work even I try to obtain a valid token using Login API via admin user, for every request I have added using Bearer header, it always ends with : ``` { "code": 4107, "message": "request unauthorized" } ``` I think there should be something wrong ### Expected behavior Export API is not working and do not provide export configuration. ### How to Reproduce 1. Use Login endpoint to obtain a valid authorization token. 2. Use Export endpoint to obtain exports ### Screenshots _No response_ ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `etcd --version`): - apisix-dashboard version, if have: 3.0 - Browser version, if have: ### Additional context _No response_ -- 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]
