Hi All,
We are recieving a server error messge when creating new user keys. Output below;
<class 'django.db.utils.IntegrityError'>
null value in column "user_id" violates not-null constraint
DETAIL: Failing row contains (13, 2021-10-25, 2021-10-25 10:48:41.666872+00, ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDlRzVjl+ibaZuoIjrRvq6R8c3h..., \x74119ea1a83559065d514ced112dcb517e178ec5e13139799b90ae25e03215..., null).
Python version: 3.8.10
NetBox version: 2.10.6
The user id doesn't seem to be carried across, from the UI the user field isn't even populated.
This happens for all users.
Thanks,
Rob