79081123

Date: 2024-10-12 13:49:48
Score: 0.5
Natty:
Report link

Your problem is that you've got KONG_ADMIN_GUI_URL incorrectly set, causing Kong Manager's Admin API requests to be rejected due to CORS protection.

OR

Note: Be sure to put the asterisk in double-quotes when defining it with a yaml file, or with a docker compose file.

KONG_ADMIN_GUI_URL: "*"

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Abdelrahman Mahmoud