Hey everyone! My team is trying out Medplum for ou...
# general
m
Hey everyone! My team is trying out Medplum for our application and we're a bit stuck, maybe someone here could lead us in the right direction: We’re trying to set up the following workflow in our React application: User signs up to Medplum -> on successful signup is redirected to a questionnaire under our Medplum project. Here’s the props we’re using for the Registration Form right now: > <RegisterForm > type="patient" > projectId="XXXXX" > recaptchaSiteKey="XXXXX" > onSuccess={() => navigate('/questionnaire')} > > > Register new account > The form itself seems to be working fine, but we’re getting the 400 error on submit with the following detail: “Project does not allow open registration” I found the following thread in Medplum Discord server: https://discord.com/channels/905144809105260605/1066984441295151174/1067137223151071312 This message is addressing a similar situation but in the context of a local Medplum deployment. We’re using the hosted version of Medplum however and in our app we can’t find a way to enable open registration. We do see the “Access Policy” tab in the admin configs, but we’re not sure how it should be set up. Could you please help us?
319 Views