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

Blank dashboard after adding new app with custom image #83

Closed
Pingumania opened this issue Sep 5, 2021 · 1 comment · Fixed by #114
Closed

Blank dashboard after adding new app with custom image #83

Pingumania opened this issue Sep 5, 2021 · 1 comment · Fixed by #114
Assignees
Labels
🐞 Bug Something isn't working

Comments

@Pingumania
Copy link

Pingumania commented Sep 5, 2021

I added a new app with an custom image and directly after I added another one with the same image (I didn't upload it again). The dashboard went blank immediately after I pressed add.

Not sure if its related but I get this error in Firefox:

TypeError: e[0] is undefined

In Edge I get this error:

TypeError: Cannot read properties of undefined (reading 'toUpperCase')
    at iconParser.ts:9
    at Array.map (<anonymous>)
    at C (iconParser.ts:9)
    at Ge (AppCard.tsx:38)
    at VL (react-dom.production.min.js:157)
    at Ur (react-dom.production.min.js:267)
    at bi (react-dom.production.min.js:250)
    at gi (react-dom.production.min.js:250)
    at Si (react-dom.production.min.js:250)
    at ai (react-dom.production.min.js:243)

This is the entry in the db.sqlite:

@pawelmalak
Copy link
Owner

When you add a new app all inputs are being cleared so your second app has been added without any icon.
To fix it on your side you need to remove faulty row from the database or add some value to the icon column.

I'll take a look on how to fix it in the app.

@pawelmalak pawelmalak added the 🐞 Bug Something isn't working label Sep 6, 2021
@pawelmalak pawelmalak self-assigned this Oct 5, 2021
pawelmalak added a commit that referenced this issue Oct 5, 2021
@pawelmalak pawelmalak linked a pull request Oct 11, 2021 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