Hi! I've been experimenting with running Medplum o...
# general
n
Hi! I've been experimenting with running Medplum on my local machine, and I'm running into problems creating a new project. I'm at localhost:3000/Project/new, and I can't fill in the Owner field because it's trying to search Users by "name" and that's not a supported search parameter for User. Is this the right way to create a project through the app, or am I looking in the wrong place? This is the http error response I'm getting: {"resourceType":"OperationOutcome","issue":[{"severity":"error","code":"invalid","details":{"text":"Unknown search parameter: name"}}]}
r
Hi @nm185 ! I'm sorry for the issues you're facing here. It seems like there might be an issue with our autocomplete field for User. I've filed an issue here (https://github.com/medplum/medplum/issues/1167). Thanks for brining it to our attention.
n
The /register flow works, I can just use that. Thanks!
r
Great! That was going to be my next suggestion 🙂
174 Views