1
0
-1

Hello everyone,

I have a list and want to navigate from the list to a specific object. I achieved this using a hyperlink with the ID as a parameter.

The problem is: When I click on the link, I get redirected to the login page. After logging in again, it works as expected. I noticed that the server responds with a 302 Found status code during the redirection.

Why do I need to log in a second time?

Thanks for your input

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      Hi Von, Could you tell me more about your Joget setup? Are you running it on multiple nodes/clusters? This kind of behavior often pops up when sessions aren't being persisted properly across the system.

      A few questions that would help us debug:

      • How often does this happen? Every time or just occasionally?
      • Have you tried this in different browsers to see if the behavior's the same?
      • Could you check the logs to see if there are any session-related / any other errors when this occurs?
      • Are there any form permissions set on the object you're trying to access? 

      If you could share more details, it would be really helpful in pinpointing what's going on. 

      1. von Bergen Lorenz

        Hello Varnaa,

        I am using Joget DX 7, and currently, I am the only user working with Joget. We are running it on a single server.

        The issue happens every time.
        I tested it in both Chrome and Edge, and the result is the same in both browsers.

        I haven’t found any errors in the logs.
        I’ve checked all permissions, and I should have access. Interestingly, I can open the page without any issues if I do not include the parameter.

        Thank you for your answer

      2. Varnaa

        Any chance you could create a minimal version of the app that demonstrates this issue? 

      3. von Bergen Lorenz

        I can't right now, sorry.

      4. Varnaa

        is the issue resolved at least? 

      5. von Bergen Lorenz

        No, it still doesn't worke

      CommentAdd your comment...