You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Create a new credential in a Passman Vault
Select your credential and lcick on the share button
Go the share link tab and enable it
Copy the link in a new browser window (in private/incognito mode)
Expected behaviour
The page load and allow me to access the credential
Actual behaviour
The page load but very quickly I have an error 401 and I am automatically redirected to the login page of my Nextcloud instance.
I think it is related to this change nextcloud/server#49208 (backported in version 30.0.6 in this PR: nextcloud/server#49940) that intercepts error 401 to redirect users to the login page and I have an error 401 during the page load when my browser try to retrieve the passman settings (/apps/passman/api/v2/settings)
- GET https://<nextlcoud_comain>/apps/passman/share/public -> 200
- Lot of CSS, JS, font, images calls
- GET https://<nextlcoud_comain>/ocs/v2.php/apps/user_status/api/v1/user_status -> 200
- GET https://<nextlcoud_comain>/apps/passman/api/v2/settings -> 401
- GET https://<nextlcoud_comain>/apps/files -> 401
- GET https://<nextlcoud_comain>/apps/passman/admin/delete-requests -> 401
- GET https://<nextlcoud_comain>/login?redirect_url=%2Fapps%2Fpassman%2Fshare%2Fpublic%23 -> 302 (I may have a 302 instead of 200 because I use SAML login)
The text was updated successfully, but these errors were encountered:
pierresebastien
changed the title
Share link redirect to Nextcloud login page sinc upgrade to version 30.0.6
Share link redirect to Nextcloud login page since upgrade to version 30.0.6
Feb 25, 2025
How to use GitHub
Steps to reproduce
Expected behaviour
The page load and allow me to access the credential
Actual behaviour
The page load but very quickly I have an error 401 and I am automatically redirected to the login page of my Nextcloud instance.
I think it is related to this change nextcloud/server#49208 (backported in version 30.0.6 in this PR: nextcloud/server#49940) that intercepts error 401 to redirect users to the login page and I have an error 401 during the page load when my browser try to retrieve the passman settings (
/apps/passman/api/v2/settings
)Server configuration
Web server: Apache
Database: MariaDb
PHP version: 8.2.27
Nextcloud version: Nextcloud Hub 9 (30.0.6)
List of activated apps
Browser
Browser name: Firefox
Browser version: 135
Operating system: Windows
Browser call stack (simplified)
The text was updated successfully, but these errors were encountered: