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

[Bug] In the new version of CasaOS, when a txt file is opened with the "files" feature, the content is displayed twice in the code editor. #1967

Open
qhdlt opened this issue Aug 16, 2024 · 15 comments
Labels
bug Something isn't working

Comments

@qhdlt
Copy link

qhdlt commented Aug 16, 2024

Describe the bug
In the new version of CasaOS, when a txt file is opened with the "files" feature, the content is displayed twice in the code editor.

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

 - OS: [e.g. iOS]
 - Browser [e.g. chrome, safari]
 - Version [e.g. 22]

System Time

Run timedatectl and share the output

(timedatectl output here)

Logs

Run following command to collect corresponding logs:

sudo journalctl -xef -u casaos-gateway
sudo journalctl -xef -u casaos-user-service
sudo journalctl -xef -u casaos-local-storage
sudo journalctl -xef -u casaos-app-management
sudo journalctl -xef -u casaos.service

Additional context

Add any other context about the problem here.

If you are a Zimaboard user, make it explicit with when you got your Zimaboard.

@qhdlt qhdlt added the bug Something isn't working label Aug 16, 2024
@wildhandb
Copy link

same here

@Abiji-2020
Copy link

#1963 Holds the same issue on this I would like to work on this issue @JohnGuan

@aptonline
Copy link

+1

@Ryckie
Copy link

Ryckie commented Aug 21, 2024

same here, to reproduce:

  • create a new text file
  • enter something in the file like "test" and save the file.
  • Close and reopen the file.
  • Notice "test" has become "testtest".
    It seems that this is only visual, that the file contents actually are not duplicated in the real file.

@aptonline
Copy link

Is this issue being looked into? It’s a bit of a game changer for my use case where I need to update source files. Thanks.

@eemersonrosa
Copy link

+1

1 similar comment
@ismaelw
Copy link

ismaelw commented Aug 29, 2024

+1

@lcl-101
Copy link

lcl-101 commented Sep 2, 2024

same bug

@eemersonrosa
Copy link

I downgraded to v4.9 for the time being, and it has been working fine.

@lcl-101
Copy link

lcl-101 commented Sep 5, 2024

I downgraded to v4.9 for the time being, and it has been working fine.

How to downgrade

@dragonfire1119
Copy link

I downgraded to v4.9 for the time being, and it has been working fine.

How to downgrade

Unlock Your Home Server's Full Potential: CasaOS Upgrade & Downgrade Guide
https://youtu.be/SNAtBgq3XSw

@eemersonrosa
Copy link

I downgraded to v4.9 for the time being, and it has been working fine.

How to downgrade

wget -qO- https://get.casaos.io/v0.4.9 | sudo bash

@lcl-101
Copy link

lcl-101 commented Sep 6, 2024

I downgraded to v4.9 for the time being, and it has been working fine.

How to downgrade

wget -qO- https://get.casaos.io/v0.4.9 | sudo bash

thanks

@zachpieratt
Copy link

+1

@blacklava2002
Copy link

blacklava2002 commented Sep 19, 2024

Looks like this was fixed in 0.4.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests