1
0
-1

I'm using Joget Cloud version in building an app. In the Versions tab in the App Composer, I am trying to delete a specific version, which is Version 3, as shown in screenshot below. However, upon clicking on the Delete button, that version does not being deleted from the list. However, when I try to view that version, Joget will redirect me back to Version 1 instead of Version 3, so I'm assuming this Version 3 is being deleted already, but it still appears at the list of the versions.


How can I delete the Version 3 entirely from the app? Thanks. 


  1. NAS

    Another similar issue.

    delete version

CommentAdd your comment...

2 answers

  1.  
    1
    0
    -1

    As I tried to debug this issue from the git repo side and the app in the Joget platform itself, I felt more and more frustrated. I have been trying replicating this issue and while doing so, Joget does not returning any error message in the logs available at the platform (perhaps there might be some in the server log, but since this is on cloud so I cannot troubleshoot any further). I checked the console and network tabs and unfortunately, no other informative messages are returned regarding this issue.


    To be clear, my goal for this issue is to successfully delete a specific selected version listed in the list at the App Composer, while it does not matter if that version is configured with a git repo or not. And once deleted, that version also must not appear in the version list (as should be). But as of now, this issue is not solved yet.


    Hope there might be solutions for this version-related issue in the near future.

      CommentAdd your comment...
    1.  
      1
      0
      -1

      Hi, the Note column indicates "Git", so it is likely that there is a corresponding Git repository for that version which was previously deleted. It does not actually exist in the database, but if you have direct access to the Git repository you could recover it.

      1. NAS

        Hi. Yes, there is a corresponding Git repository for the application, and also yes, previously the deleted Version 3 also have its own branch in the same Git repository. However, I have deleted that branch related to the Version 3. Yet, the Version 3 is still appearing in the list in the Versions. Anything that I should do to delete the Version 3 entirely from the the list versions in the app composer?


      CommentAdd your comment...