mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #177] Right-click on performance report errors does not show dialogue with error descriptions #88
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HenkKalkwater on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/finmars-platform/finmars-core/issues/177
Originally assigned to: @HenkKalkwater on GitHub.
Right clicking right now shows the default context menu of the browser, but it should show the details of the error message instead.
@HenkKalkwater commented on GitHub (Feb 16, 2026):
So it most likely seems to arise from
finmars-core, which returns exceptions in a different format if the environment variableDEBUG=True@HenkKalkwater commented on GitHub (Feb 16, 2026):
The error format when
DEBUG=True:The error format when
DEBUG=False: