Improve error messages in Log panel in Web Console
Open
@emrberk is already working on this.
Since Jul 7, 2025.
enhancement
Severity: 1
web-console
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 39
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem?
Currently it's hard to navigate through error messages presented in Web Console, especially if they are related to a long query.
Describe the solution you'd like.
- Do not display query text that has resulted in the error
- Display error position number within the query instead
- Add an ability to click on error message -> place cursor in error position. If for some reason the actual query is no longer present in the editor, append it to the current editor buffer (on the bottom), in the same way "demo queries" are added in questdb demo web console.
Describe alternatives you've considered.
No response
Additional context.
No response
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.