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

Error 500 when adding organization user #516

Open
jahknem opened this issue Feb 29, 2024 · 1 comment
Open

Error 500 when adding organization user #516

jahknem opened this issue Feb 29, 2024 · 1 comment

Comments

@jahknem
Copy link

jahknem commented Feb 29, 2024

When trying to add an organization owner, there is no multiple choice field of valid users. Instead there is only a freeform text field. When writing a user into that field we get error 500.

I can see that it works in the demo instance, so maybe this is an error when installing just the radius role via ansible installer?

Installed via ansible with this playbook:

- hosts: openwisp2
  remote_user: snip
  become: "{{ become | default('yes') }}"
  roles:
    - openwisp.openwisp2
  # the following line is needed only when an IP address is used as the inventory hostname
  vars:
    openwisp2_default_from_email: "snip"
    openwisp2_radius: true
    openwisp2_freeradius_install: true
    # set to false when you don't want to register openwisp-radius
    # API endpoints.
    openwisp2_radius_urls: true
    openwisp2_monitoring: false
    openwisp2_postfix_install: true

The host is an ubuntu vm. No further changes except for the configuration of postfix (smart host) were made on the system.

@nemesifier
Copy link
Member

Try adding a UUID there, it should work, that's probably the latest release, the demo uses the latest development version which is not released yet, but we should get there in the next 2 months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants