Skip to content

Make dash wsgi compliant #3323

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

Merged
merged 3 commits into from
Jun 4, 2025
Merged

Make dash wsgi compliant #3323

merged 3 commits into from
Jun 4, 2025

Conversation

T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Jun 4, 2025

Resolve #3131

@@ -2395,3 +2395,11 @@ def update(pathname_, search_, **states):
Output(_ID_DUMMY, "children"),
Input(_ID_STORE, "data"),
)

def __call__(self, environ, start_response):
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 👌 no need to add server = app.server anymore

@emilykl
Copy link
Contributor

emilykl commented Jun 4, 2025

This is huge -- thanks @T4rk1n @ndrezn !

@T4rk1n T4rk1n merged commit a694e05 into dev Jun 4, 2025
7 of 9 checks passed
@T4rk1n T4rk1n deleted the wsgi-call branch June 5, 2025 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove server=app.server requirement for Gunicorn
4 participants