Skip to content
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

Possibility of redirecting error messages to browser console after opting in #1403

Open
mrdobalina2k opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mrdobalina2k
Copy link

mrdobalina2k commented May 17, 2024

Description

I'm hosting an application on a remote server, that I don't have direct access to. For whatever reason my application behaves differently remotely than locally, as some of the UI components aren't rendering. To find out why, I would very much like to see the error messages, but these are hidden away when the application runs.

Suggested solution

I propose a feature in which the user can opt in by setting an env variable like MARIMO_DEBUG=True, which causes stdout/stderr to be routed to the browser console. All output should somehow contain metadata about the cell, from which they are generated, in order to help debug components.

Alternative

The alternative is to have direct access to a server on which the application is hosted. This is not always possible.

Additional context

No response

@akshayka akshayka added the enhancement New feature or request label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants