Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v15ce] admin user cannot create or edit user Administrator #341

Open
luismata01 opened this issue Jun 12, 2022 · 4 comments
Open

[v15ce] admin user cannot create or edit user Administrator #341

luismata01 opened this issue Jun 12, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@luismata01
Copy link

luismata01 commented Jun 12, 2022

Hi

I was performing an installation of Odoo v15ce and this fails because the admin user cannot edit his profile and does not allow creating new users from the Create button

on the same VPS I have another instance with Odoo [v13CE], and the proxy is Traefik

@luismata01 luismata01 added the bug Something isn't working label Jun 12, 2022
@Tardo
Copy link
Contributor

Tardo commented Jun 21, 2022

It should work without problems. Please provide more information such as the error trace.

@javierjcf
Copy link

I had the same issue yesterday. The problem is the traefik labels,
You shuld have one label like:
traefik.forbiddenCrawlers-0.frontend.rule: Host:aaa.domain.com;Path:/web,/web/{anything:.},/website/info,/website/info/{anything:.}

and it should be:
traefik.forbiddenCrawlers-0.frontend.rule: Host:aaa.domain.com;Path:/web,/website/info;PathPrefix:/web/,/website/info/

If you dont change that label you cant edit users from form view, and doesent work odoo web editor, and some fails with marketing email.

I dont know why this happens in v15

@pedrobaeza
Copy link
Member

I have tried today this and I'm no having such problem. Are you working with Traefik 1 or 2? Which error trace?

@robotiko
Copy link

robotiko commented Jul 9, 2023

We had same issue with V15 too in fresh install.
The problem is what @javierjcf mentions. The traefik labels generated by copier generates the /{anything:.} that blocks many things like user , web editor, etc.
For us it was working ok with some copier simple definitions but when added more complex paths it started adding the /{anything}
Using Traefik 1.
Traefik 2 inverse proxy is not published in doodba.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants