This article addresses an issue that you are always redirected to the root folder of your website after logout from your Caspio application. The issue occurs either when your application was deployed with iFrame deployment or when it has a customized logout link. Follow the steps below to fix the issue.

  1. Edit the Caspio logout link in your web page to include the following attribute:
    referrerpolicy="no-referrer-when-downgrade"
    For example:
    <a referrerpolicy="no-referrer-when-downgrade" href="https://<account sub-domain>.caspio.com/folderlogout">
  2. Update the logout link as described above for each web page in your application.