dashboard
dashboard copied to clipboard
Dashboard Visibility and Usage Issue: "You need to enable JavaScript to run this app."
Description:
I am operating a User Management Dashboard on a self-hosted service and experiencing issues with its visibility and usage. The dashboard intermittently displays an error message stating, "You need to enable JavaScript to run this app," even though JavaScript is enabled in the browser.
Current Configuration:
recipe_list = [
dashboard.init(
admins=[
settings.supertoken_admin_dashboard_email,
],
),
session.init(),
passwordless.init(
flow_type="USER_INPUT_CODE",
contact_config=ContactPhoneOnlyConfig()
)
]
Issue:
The dashboard works sometimes but occasionally fails with the aforementioned error message. This inconsistency affects the dashboard accessibility.
Expected Behavior: The dashboard should consistently function without displaying the "You need to enable JavaScript to run this app." error message, given that JavaScript is enabled in the browser.
Environment: Self-hosted service JavaScript enabled in the browser
Request: Please advise if any modifications to the recipe_list configuration are required to ensure the dashboard operates correctly across all cases and browsers. Any guidance on resolving this issue would be greatly appreciated.
Additional Context: If there are specific logs or additional information needed, please let me know, and I will provide them promptly.
Thank you for your assistance.