-
DescriptionHomepage cannot query Authentik with this call: [2023-10-04T01:30:08.511Z] error: HTTP Error 404 calling http://xxxxxx:9000/api/v3/core/users?page_size=1 That call does not return anything. However http://xxxxxx:9000/api/v3/core/users/ returns a json object with all of the users. Steps to reproduce
homepage versionv0.7.0 Installation methodDocker Configuration- Admin:
- Authentik:
href: http://xxxxxx:9000
icon: authentik.png
widget:
key: xxxxxxxxxxxx
type: authentik
url: http://xxxxxx:9000 Container Logs[2023-10-04T01:29:45.396Z] error: HTTP Error 404 calling http://xxxxxxxxxx:9000/api/v3/core/users?page_size=1 Browser LogsNo response TroubleshootingTroubleshooting tests are 404'd. Simply configuring authentik shows that an API call is being made that 404s in a browser but a simular call returns a response. OtherNo response Before submitting, I have made sure to
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Dont think so. http://xxxxxx:9000/api/v3/core/users?page_size=1 and http://xxxxxx:9000/api/v3/core/users/ are the same with the exception of the trailing slash and a query param. You didnt actually post output from the troubleshooting guide, please do that, but I'd suspect an issue with your api key |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. |
Beta Was this translation helpful? Give feedback.
#2244