-
-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report — sign_oca — ERR_TOO_MANY_REDIRECTS
Module
sign_oca
Describe the bug
When accessing a portal signing page in Odoo 17, the module enters an infinite redirect loop when loading frontend assets. The browser console shows: ERR_TOO_MANY_REDIRECTS
Additionally, assets such as sign_oca_sign_assets.min.js fail to load, and the PDF signing iframe cannot initialize required JS functions.
This results in:
- signing page failing to load
- iframe not rendering fields
- console errors
- portal unusable
To Reproduce
Affected versions
Odoo 17.0
sign_oca latest version
Steps to reproduce
- Install
sign_ocaon Odoo 17 - Publish a signing document and open the public/portal link
- Open browser console and network tab
- Observe redirect loop errors and missing JS assets
Expected behavior
The signing page should load correctly, PDF iframe fields should render, and assets should load without redirect loops.
Actual behavior
Redirect error
GET /sign_oca_pdf_common ...
Additional context
- Odoo version: 17.0
- Browser: Chrome
- OS: Linux
@http.route(..., auth="public")used- Issue seems related to asset routing + public access
Conclusion
sign_oca appears not to fully support Odoo 17 portal/public rendering of signing PDFs, causing asset redirect loops and frontend errors.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working