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] Adding an aplication with just spaces in all the feilds causes all page elements to disapear #332

Closed
sbavila opened this issue Mar 23, 2022 · 4 comments · Fixed by #334
Labels
🐞 Bug Something isn't working

Comments

@sbavila
Copy link

sbavila commented Mar 23, 2022

Adding a empy app record break the dashboard

Steps to Recreate

  1. Add new app record with a [space] as the only character in all the required feilds.
  2. Refresh

System Info
Flame 2.2.2
Docker

I was trying to add an empty app bookmark so that i could create an empty space. The form accepted my entry and made a new application link but on reload the whole dashboard is now just an empty page.

Head to home.sba.video to have a look.

Is there a way of recovering?

Could it be a new feature to add a "spacer" to help organise everything?

Thanks,

Salvador

@sbavila sbavila changed the title Adding an aplication with just spaces in all the feilds causes all page elements to disapear [BUG] & [Feature Request] Adding an aplication with just spaces in all the feilds causes all page elements to disapear Mar 23, 2022
@pawelmalak
Copy link
Owner

Is there a way of recovering?

You will need to open database file and remove faulty entry.

Which app version are you using and what exactly did you type into the form?

@sbavila
Copy link
Author

sbavila commented Mar 23, 2022

I added the relevant info whilst you were comenting I think.

Adding a empy app record break the dashboard

Steps to Recreate

1. Add new app record with a [space] as the only character in all the required feilds.

2. Refresh

System Info Flame 2.2.2 Docker

@pawelmalak
Copy link
Owner

Right now, empty entries are not supported. To fix your instance, you need to:

  • download DB Browser for SQLite and open db.sqlite file with it
  • go to apps table, delete faulty app and write changes

This issue will be dedicated to fixing the empty page bug

@pawelmalak pawelmalak reopened this Mar 23, 2022
@pawelmalak pawelmalak added the 🐞 Bug Something isn't working label Mar 23, 2022
@pawelmalak pawelmalak changed the title [BUG] & [Feature Request] Adding an aplication with just spaces in all the feilds causes all page elements to disapear [BUG] Adding an aplication with just spaces in all the feilds causes all page elements to disapear Mar 23, 2022
@sbavila
Copy link
Author

sbavila commented Mar 23, 2022

Thanks - deleting the entry fixed it. Thanks.

@pawelmalak pawelmalak linked a pull request Mar 25, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants