API
Demo
Official Site
Discord
Search…
Introduction
Want to help?
💾
Installation
Prerequisites
Installing Organizr
📌Getting started
First Time Setup
Tab Management
🤖
Features
Authentication Backend
Server Authentication
SSO
Homepage
API Socks
Backup & Restore
Custom Error Pages
Fail2Ban Integration
🧪
Tweaks
Tweaks
Hide custom text from specific groups
Optimizing PHP-FPM
🆘
Help
Tutorials
FAQ
Organizr Requirements
Forgot my password
Organizr Login Error
Login Looping - SameSite Errors
Auth cookie is not used by other subdomains
Update available even though up to date
Migration Guide
🌍 Development
Plugin Development
Powered By
GitBook
Auth cookie is not used by other subdomains
Caddy
This is caused by Caddy not adding the necessary headers when forwarding the login request to Organizr.
Using the "transparent" preset or manually adding the necessary headers solves the issue.
For Example:
1
organizr.example.com {
2
proxy / http://organizr.internal {
3
transparent
4
}
5
}
Copied!
See more:
Here
Previous
Login Looping - SameSite Errors
Next
Update available even though up to date
Last modified
8mo ago
Export as PDF
Copy link