HTTP/1.1 403 Forbidden Error during route configuration tutorial #9682
Replies: 1 comment 3 replies
-
I figured out the issue. I decided to just install apisix normally via the current installation guide, I then used the deprecated getting started tutorial and was able to create a route after changing the port in the old curl request to 9180. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am attempting to follow along with the Apache APISIX route configuration portion of the getting started tutorial. It seems in the most recent version of the tutorial 3.3, there isn't a conf.yaml file that I can troubleshoot with on my desktop.
I am using a Git bash command line on Windows 11 with Docker Desktop and the container appears to be running properly.
Here is a snapshot of the curl command:

Here is my command line error when trying to configure a route:

Relevant error logs from Docker Desktop:
I also noticed that when trying to visit port 9180 on my browser I get a 404 not found:

Apologies, I am completely new to Docker and APISIX.
Beta Was this translation helpful? Give feedback.
All reactions