Issue on new deploy on Ubuntu VM
# support
o
Created a new VM on GCP running Ubuntu 20.04 and followed the instructions to setup Medplum here: https://www.medplum.com/docs/self-hosting/install-on-ubuntu. The healthcheck on port 8103 looks good but when I visit the app running on port 3000 I get an error. "Something went wrong process is not defined" Not sure what went on here as have gone back to repeat all steps in the guide but getting the same issue. Any advice on how to diagnose the problem would be gratefully received.
r
@olliefielding that is an error caused by a recent change to our dev experience. We have a PR up to get this fixed. https://github.com/medplum/medplum/pull/3252 In the short term though you can do the following:
Copy code
bash
cd packages/react
cp .env.defaults .env
Sorry for the inconvenience
o
Thanks so much for the quick respones! Sorry for the delay in getting back to you. We managed to solve this problem. Part of the issue is we are trying to get the app up and running in GCP so there are a few extra pieces. Working through them now.