standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
196 stars 9 forks source link

DEFAULT_FILES_HOST is now a required variable - not in .env.sample #1818

Closed eric-pierce closed 2 years ago

eric-pierce commented 2 years ago

It looks like DEFAULT_FILES_HOST is now a required variable as of c3d849d20415fa48f5f24c67508b274d29642402, but it isn't listed in the .env.sample file. When it isn't populated the web page fails to render and errors are thrown in console.

I resolved this by adding DEFAULT_FILES_HOST in my env file with the same destination as APP_HOST (ie DEFAULT_FILES_HOST=https://notes.$DOMAINNAME)

I've opened https://github.com/standardnotes/web/pull/915 to resolve

moughxyz commented 2 years ago

This was removed here actually just today: https://github.com/standardnotes/web/commit/6d64889aad4172c1fdc9508a93787eb2785b688a

So no longer required 👍