New projects are disabled on this serve
# support
o
HI , I am testing self hosted medplum on AWS. default setup not allows me to create new projects? I've found in documentation https://www.medplum.com/docs/self-hosting/config-settings registerEnabled is responsible for new project creations. I added registerEnabled assigned to true via AWS Systems Manager but still got the same issue. please advise how to cause allowing creation new project and registration non super admin users. screenshot attached. Thanks
r
Hi @oruchovets , did you restart your API servers after updating the secret? Updating server configs require a server restart
o
Hi @rahul1 I stopped the Tasks on AWS container manager service and it was recreated. What is the proper way to restart the server? Should I make a changes on medplim app too?
r
Actually, if you run the
update-server
command, you can perform a 0-downtime restart of the server: https://www.medplum.com/docs/self-hosting/install-on-aws#upgrade-the-server
128 Views