You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't tell for sure when this was introduced but I observed it today on beta.392
Problem: When editing a Docker compose file with the built-in editor, the constant polling of /livewire/update leads to constant re-renders of the editor - and auto-saves with every poll.
critical: if user starts typing and poll happens, the editor state seems to be auto-saved mid-keystroke (leading to incomplete entries)
then the first re-render will show the wrong state of the compose file
a subsequent re_render will show the correct state of the compose file
however, afterwards editing is kind of locked to the last cursor position before the auto-save
only a fresh reload of the page and editing the compose file before the first poll can help recover from that
other annoyances:
scroll state is reset
cursor position / focus is lost
often, after the re-render keyboard navigation isn't possible anymore
"select all" doesn't work anymore
Desired: I wan't to be able to edit the Docker compose file without interruptions or risks
Right now I would prefer to just be able to turn off the Monaco (?) editor.
Steps to Reproduce
create a new Supabase deployment or open an existing Docker-compose based deployment
click on "Edit Compose File"
scroll down in the editor and wait a few seconds until a poll happens
The text was updated successfully, but these errors were encountered:
fubits1
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Feb 14, 2025
Error Message and Logs
I can't tell for sure when this was introduced but I observed it today on beta.392
Problem: When editing a Docker compose file with the built-in editor, the constant polling of
/livewire/update
leads to constant re-renders of the editor - and auto-saves with every poll.other annoyances:
Desired: I wan't to be able to edit the Docker compose file without interruptions or risks
Right now I would prefer to just be able to turn off the Monaco (?) editor.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.392
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04.1 LTS
Additional Information
Editor glitch also mentioned here
The text was updated successfully, but these errors were encountered: