> 1. Get email to send via AWS SES.
yay 🥳
> 2. Sign up a provider via the invite link in the Super Admin project pane.
yay 🥳
> 3. Cannot run bots, despite setting up lambda and bot layer in AWS, adding credentials to the server packages/server/medplum.config.json file. Am I supposed to add additional credentials in the AWS CLI?
Ok, it sounds like you did the important things.
Most likely case is that Bots need to be enabled on a project by a super admin user. I'm checking now, and this is not well documented (sorry ☹️). In short, sign into the app as a Super Admin user. Navigate to
https://app.example.com/Project Find your project. Go to the "Edit" tab. Add "bots" in the "Features" field.
If not that, do you see anything in the server logs?
> 4. Cannot register user using the "register" link on the initial app splash page (For context, my environment is localhost. Setup is copied exactly from
https://www.medplum.com/docs/contributing/run-the-stack). Specifically, on the registration form, the "Create Account" button appears to not submit anything from the form when clicked. This problem was spoken about in a post from a few days ago, where the context was hosting in GCP.
Similar to Bots, there is a Super Admin step to enable open patient registration. Same as above, sign in as Super Admin, find your project, and set the "Default Patient Access Policy" to the access policy you want to use for open registration.
Apologies about the missing docs for those. If you have any questions, let me know. We'll try to get the docs out asap.