You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On an Ubuntu 21.04 vm, Mario from our team has cloned placeos/local and encounters this error when running placeos start.
Note that he has shown me with git diff that there were no changes made to the placeos/local files other than editing PLACE_DOMAIN env var in .env such that init would create the domain "eti-placeos" instead of "localhost:8443" as this deployment is to a temporary poc server. This particular change would have not have caused the aforementioned issue.
The text was updated successfully, but these errors were encountered:
hey Mario, as a workaround, try editing that /home/placeos/.placeos/.env.email file on the server and replace line 2 with PLACE_PASSWORD=insert-your-chosen-password-here (choose your own password)
and then try running placeos start once again and let us know the results here.
On an Ubuntu 21.04 vm, Mario from our team has cloned placeos/local and encounters this error when running
placeos start
.Note that he has shown me with
git diff
that there were no changes made to the placeos/local files other than editingPLACE_DOMAIN
env var in.env
such that init would create the domain "eti-placeos" instead of "localhost:8443" as this deployment is to a temporary poc server. This particular change would have not have caused the aforementioned issue.The text was updated successfully, but these errors were encountered: