Coding-with-Adam / Dash-by-Plotly

Interactive data analytics
dash-by-plotly.coding-with-adam.vercel.app
1.47k stars 1.69k forks source link

Fixing id not found errors #30

Closed schwabts closed 1 year ago

schwabts commented 1 year ago
Coding-with-Adam commented 1 year ago

I've been looking at your sample in a multipage app, but I don't understand either why you're getting an ID not found. I'm sorry

schwabts commented 1 year ago

I've been looking at your sample in a multipage app, but I don't understand either why you're getting an ID not found. I'm sorry

Nevermind, I just found out the error was simple enough to fix by setting suppress_callback_exceptions=True.

schwabts commented 1 year ago

I just noticed you still kept the old import statements

import dash_core_components as dcc
import dash_html_components as html

in mongo_dash_datatable.py, anyway.

Coding-with-Adam commented 1 year ago

Thanks for catching that, @schwabts I just update that.

mboiwahab commented 1 year ago

Thanks Adam

On Wed, Dec 7, 2022, 5:07 AM Adam @.***> wrote:

Thanks for catching that, @schwabts https://github.com/schwabts I just update that.

— Reply to this email directly, view it on GitHub https://github.com/Coding-with-Adam/Dash-by-Plotly/pull/30#issuecomment-1340380148, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARWFXYULXPI7XDUSFWXLDZTWMALRHANCNFSM6AAAAAASPLXMCY . You are receiving this because you are subscribed to this thread.Message ID: @.***>