I am experiencing a known issue relating to the `d...
# general
x
I am experiencing a known issue relating to the
deploy-bot
method in the Medplum CLI (I am bootstrapping the "Medplum Demo Bots" repo). My environment is localhost. Specifically, on the "Bots In Production" documentation page, there is a warning note with a request to submit a bug report if the following error occurs
Copy code
Deploy error: {
resourceType: 'OperationOutcome',
issue: [ { severity: 'error', code: 'invalid', details: [Object] } ]
}
Not sure on next steps here. A hard restart of the server does not seem to resolve the issue, perhaps a fresh install of the server is required? Thanks in advance.
r
@xiiscr Right now unfortunately Bots are dependent on AWS Lambdas infrastructure, and won't work on localhost. We're looking into how make this a more generalized experience, but for the time being you'll have to use bots either on the Medplum hosted instance or a Medplum instance running in your own AWS environment
186 Views