-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: documentation schema hosting returns blank page #1802
Comments
@yann-combarnous can you check generated schema by this tool? Probably, it just not correct |
Seems like the problem in ouath bearer schema |
|
It will be nice if there is not an empty page, but a description of the error - asyncapi/asyncapi-react#1048 |
Indeed, this is where the issue is, even though my code is valid. For reference if it helps, here is my working code: from faststream.confluent import KafkaBroker
from faststream.security import SASLOAuthBearer
broker = KafkaBroker(
f"{kafka_creds['bootstrap_server_url']}:9092",
config=kafka_creds["read_config"],
security=SASLOAuthBearer(use_ssl=True),
) |
Describe the bug
Following the tutorial for the AsyncAPI documentation generation, generation works, but hosting with FastStream returns a blank page.
How to reproduce
Here is the generated HTML by FastStream:
And/Or steps to reproduce the behavior:
Expected behavior
Documentation display asyncAPI doc
Observed behavior
Browser returns blank page, no error.
Screenshots
N/A
Environment
Running FastStream 0.5.23 with CPython 3.12.4 on Darwin
Additional context
N/A
The text was updated successfully, but these errors were encountered: