I'm unable to perform Logout on my Ignition Edge Session. Gateway has no issues with Login/Logout but perspective session is not working as expected.
On hitting Logout button with system.perpsective.logout, page is trying to logout and re-directing to the same page. How do I perform logout ?
zacht
November 1, 2023, 2:27pm
2
What does the Project Properties -> Perspective -> Permissions page look like? You need to select at least "Authenticated" to prevent a "Logged out" user from viewing the page.
When you logout, it will redirect to the same page. Is the issue that you need to enforce authorization on your project?
... and it looks like @zacht beat me to recommending a look at the Permissions area..