Cannot Recreate empty database with open existing project off a backup

Ok, so I’m having a bit of a panic here. I’ve spent the past 3 months building out my first web app. It was going very well, its a large project so a lot of time but I was making good progress and nearing the end. I backup my wappler project folder twice a day to my google drive. This week to my dismay my pc’s hard drive failed completely. I of course lost my local docker database when this happened. I thought ok no problem, I’ll download my wappler project backup, import project and be back up no problem. The actual data in my database was not important at this stage, I only need to respin up the database empty and I’ll be golden.
So I’ve Imported my project onto my fresh windows install and I’m seeing some weird stuff I am hoping some of you have experienced this before and can help me out. When I check my db connections at first it will show my tables, until I click into one of them and then they disappear and are simply gone.

dbexample1

I can see the changelog though

When I test the connection it is showing its ok

but if I try and view any of my pages locally I get a 404 error
404notfound

I really am out of my depth here when it comes to docker and databases but I have checked the database logs shown in the wappler console and no obvious errors are being shown. I;m hoping theirs some super obvious thing I have overlooked here. Weirdly enough, I have opened the same project on my laptop and the database is missing the tables as well even though it will initially show them, however I do not receive a 404 error, I can navigate my web app as normally…which just confuses me even more

Thank you for your time

Community Page
Last updated: