NGM
February 25, 2025, 10:48am
1
Heroku, mysql,windows11, release 7.0.0-b17
I have recently changed my laptop (old one broke) and can change files, build etc but if i want to see what change i made x releases before i get the error "Cannot read properties of undefined (reading 'id')" - see screenshot.
Would appreciate any thoughts on how to fix?
Thanks
franse
February 25, 2025, 11:10am
2
Hello @NGM have you copied .git
folder? Sorry if it sounds obvious, but it's an usually hidden folder
NGM
February 25, 2025, 11:20am
3
Hi franse,
I copied all the files in the old laptop to the new one, just checked it does include .git.
I'm not sure if that is good or bad?
thanks
franse
February 25, 2025, 12:06pm
4
Sounds good enough..
What about creating a new project from that repo?
You can clone the whole Wappler project (with a new folder) instead of copying and pasting
Thanks to Wappler integration with GitHub, Gitlab or BitBucket, now It’s really easy to share Wappler projects between multiple computers or when working in a team.
You already know how to Create Remote Repositories on GitHub, Gitlab or Bitbucket and push your projects there . Once you do this, you can clone these projects from there on multiple computers.
Cloning a project from a remote Git Repository
We will show you how to do this using GitHub, but it’s the same with any other provider.
O…
NGM
February 25, 2025, 12:17pm
5
Excellent many thanks franse.. I'll give it a go