Farhad Hedayatifard

Results 1 issues of Farhad Hedayatifard

I've installed the self-hosted version following the guide on https://doc.tryethernal.com/getting-started/self-hosted#web-app-setup (skipped the context setup). Here's the URL `.env.production` config: ```ini APP_URL=app.explorer.[domain] BASE_DOMAIN=app.explorer.[domain] VUE_APP_MAIN_DOMAIN=explorer.[domain] ``` The output of `docker-compose -f docker-compose.prod.yml...