Good day! I'm facing a problem where when I import data using the ETinyDB extension, the app won't open when I close it and open it again.
Essentially, the app I'm creating has a screen wherein users can input notes and pictures using a textbox and image pickers respectively, then, using the ETinyDB extension, they can export the data from multiple TinyDBs as a JSON file and import different files.
I was able to fix it now, I cut down the image pickers to only 6, and instead of using the ExportAll command, I used the Export Command and had all the TinyDB have the same namespaces so it would still save all-in-one. Not sure why this was able to fix it but what works works man.