Frameworks added in json but not visible in project settings

Hi George,

I add frameworks to the project settings but they do not appear. I check je json and they are there. I have to close and re-open wappler for them to appear.
Capture

Am I doing something wrong?

Ok, so I found the reason:

  • I created a project named “testdev”, added a few project properties, and pushed it to github.
  • I updated the gitignore to sync the settings, pushed
  • I deleted it from my machine
  • I created a new project with the name test, and cloned the previously created project, in order to simulate a colleague starting to work on the project so the name of the project on my machine is NOT the same as in the Json.
  • A gitignore is created, i discard it and pull from the repo
  • Everything works
  • when modifying config, the json is modified but changes do not appear in the project
    Long story short:
    It seems that, when the name in the json is the same as the name of the project, it reads good and live, when the name is not the same, it writes ok but only reads when loaded.
1 Like