Status of the App - Help needed 🙏 #202
Replies: 3 comments 3 replies
-
I show that you removed some logging did you get this figured out? |
Beta Was this translation helpful? Give feedback.
-
Hi! if this is still an issue, here are a few random thoughts. Maybe they are obvious and won't be any useful, but, just in case this helps for debugging...
(I'd be happy to investigate most of those things myself, but I've never done any Android/iOS dev before 😅) |
Beta Was this translation helpful? Give feedback.
-
Ist Pixy by this point still being actively developed or has the issue with the data loss damaged the project beyond repair? |
Beta Was this translation helpful? Give feedback.
-
This is not so easy to write because I have to admit something: there is currently a bug in the app that prevents me from updating the app. But that's also the idea of open source: to get stuck and ask for help.
So here are the details…
items
key is empty[]
but thetags
andsettings
still hold the correct dataAssumptions
items
to an empty array[]
and not the whole storage (excluding the possibility that the underlying data has been corrupted or deleted).Possible entry points for investigation
useLogs
on the first render usingload
import
ing the data ismigrate
dloaded
key seems not to be set and taken from theINITIAL_STATE
(see calendar/index.tsx anduseLogs
)As I'm short on time currently, I do not have the capacity to look into more details on this. But if you have the time, please let me know, and I can guide you through the source code. Also, if you have any good questions, hints, or directions on how to tackle this, let me know, and I will try to dig deeper.
It warms my heart every single week when I hear what Pixy does for you. Seriously, it means a lot to me.
Thanks for your continuous support!
Beta Was this translation helpful? Give feedback.
All reactions