Replies: 1 comment 2 replies
-
Did the UI display correctly? Or the header you have typed is not included in the request? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I've followed the steps to make docs from an open api yaml, everything works fine except the playground.
I have x-api-key auth for my endpoints, but it seems like the doc is not using my input when making requests. When I look at the network from dev console, i don't see x-api-key in the header at all. So I keep getting missing api key error.
I tried pasting my yaml into swagger editor and the playground works fine. So I guess the issue is from fumadocs-openapi.
Has anyone made it work before?
Beta Was this translation helpful? Give feedback.
All reactions