You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Callbacks with duplicate outputs don't work reliably when my app is deployed with gunicorn (ie. DE), giving errors like this:
KeyError: "Callback function not found for output '..image-options.rowData...geojson.data...satellite-img.children@e635ba05b4e74958834c65e29d0a3207...classified-img.children@b954a7e5a88643d29e99412073ede694...image-options.selectedRows...delete-notify.children..', perhaps you forgot to prepend the '@'?"
There is definitely the appropriate decorator on my function. The callbacks behave as expected when I run the app locally, both with Python and with gunicorn. About 10% of the time the callback will run fine.
Expected behavior
I'd expect this KeyError not to occur when the app is deployed.
The text was updated successfully, but these errors were encountered:
Describe your context
Bug only present when app is deployed via Dash Enterprise.
Describe the bug
Callbacks with duplicate outputs don't work reliably when my app is deployed with
gunicorn
(ie. DE), giving errors like this:There is definitely the appropriate decorator on my function. The callbacks behave as expected when I run the app locally, both with Python and with gunicorn. About 10% of the time the callback will run fine.
Expected behavior
I'd expect this
KeyError
not to occur when the app is deployed.The text was updated successfully, but these errors were encountered: