Renovamen / oh-my-cv

An in-browser, local-first Markdown resume builder.
https://ohmycv.app
GNU General Public License v3.0
216 stars 39 forks source link

ohmycv.com doesn't load anymore on my browser? #19

Open Vuccappella opened 5 days ago

Vuccappella commented 5 days ago

So I'm trying to access the app via ohmycv.app image

However it is not loading as you can see, that being said If i open a different browser or an incognito tab it does load.. the problem is all my cv's are lost when I do that, how can I fix this or at least recover my cvs?

Renovamen commented 5 days ago

It's odd because the site works fine on all my browsers and I've never encountered this issue. If refreshing doesn't help, to retrieve your resume data, could you try the following steps?

  1. Visit https://ohmycv.app
  2. Open developer tools
  3. Go to the "Application" or "Storage" tab
  4. Find IndexedDB -> localforage -> keyvaluepairs -> "ohmycv_data". Your data should be there and look like this screenshot:
image

If possible, right-click on the "ohmycv_data" item and export it. If your browser doesn’t offer this option, you might need to install a browser extension (like this one) to do so.

Adding cloud backup support (e.g., Supabase) is in the roadmap, but currently, the app doesn’t support it. For now, I suggest exporting and backing up your data regularly by clicking the "Save As" button on "My Resumes" page. I'll make a note of this on the site.