Error 404 Trying to Retrieve List of Wiki Pages via API

I had a docker instance setup where I could retrieve the list of Wiki pages for an owner/repo and it worked fine. The key was I needed the user permission to be set to read. I also had repo set to r/w and issues set to r/w. This was for version 1.21.4.

I’ve now setup a recent version of Gitea on a completely different box running ProxMox. I created a LXC and installed Gitea and got it up running no problem. One of the primary differences between these 2 setups is that the new version is working correctly as https://gitea.local (home lab network).

However, whenever I try and use the /api/v1/repos/{owner}/{repo}/wiki/pages end point on the new version, I’m getting error 404. I’ve tested the API key with
/api/v1/repos/{owner}/{repo}/branches and it works fine, so I don’t think it’s an API key issue.

I’ve verified that there’s Wiki pages existing in the owner/repo location. I’m at a loss as to why I cannot retrieve Wiki pages. I’ve even created an API key with r/w privileges to everything and still cannot retrieve the pages.

Any help would be greatly appreciated.