Server Error (500) when importing users to userlist

Hi,
I keep getting the server Error 500 when importing a user list to my install,
I have exported a list of about 2 or 3 users to make sure I am using the correct tags
I am able to get to the import preview page, but once I confirm the import, I get the Server Error 500 page.
I am currently running everything from Docker and happy to import all the data myself, I was just hoping for a better way

Any help would be awesome

Thanks

I ran into this. It’s super sensitive. You can follow the logs on the web container like so:

docker logs src_web_1 --follow

A single syntax error will prevent the import of the entire list of users.

1 Like