We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the MySQL configuration
Create a route:
curl -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X POST -d '{ "methods": ["GET"], "uris": ["/get"], "upstream": { "nodes": { "httpbin.org:80": 1 } } }' http://localhost:9180/apisix/admin/routes
Test the route: curl localhost:9080/get
curl localhost:9080/get
Result: {"error_msg":"404 Route Not Found"}
{"error_msg":"404 Route Not Found"}
Also, getting all routes returns {"header":{"revision":"1689689596"},"message":"Key not found"}
{"header":{"revision":"1689689596"},"message":"Key not found"}
This repo has everything already set up: https://github.com/ajavageek/apisix-mysql
The text was updated successfully, but these errors were encountered:
@leslie-tsang need your help
Sorry, something went wrong.
leslie-tsang
No branches or pull requests
How to reproduce
Use the MySQL configuration
Create a route:
Test the route:
curl localhost:9080/get
Result:
{"error_msg":"404 Route Not Found"}
Also, getting all routes returns
{"header":{"revision":"1689689596"},"message":"Key not found"}
This repo has everything already set up: https://github.com/ajavageek/apisix-mysql
The text was updated successfully, but these errors were encountered: