Farhad Hedayatifard

Results 8 comments of Farhad Hedayatifard

Hi, thanks for the quick response! It gets the 400 error from `/api/explorers/search?domain=app.explorer.[domain]` and redirects back to `https://app.explorer.[domain]`. ![image](https://github.com/tryethernal/ethernal/assets/1378901/4c3f5345-ed0d-41df-b666-80cb53ea4953)

Sorry for not being clear before, `app.explorer.[domain]` is just a white screen, reloading forever. The screenshot in my previous comment is from app.explorer.[domain] - it gets the 400 error and...

Thanks, that was it, it's working now. I tried syncing past block from the server side and I'm getting "You are not allowed to use server side sync. If you'd...

I have, but it says "This explorer is not active. To activate it, start a subscription." on the public explorer page, and under the sync section it says "Synchronization will...

@antoinedc Thanks for the help - I think I'm still missing some config or ENV variable related to memory limit for `docker build`. I'm running `docker build -t ethernal -m...

Sorry for the late reply - I got around the 137 error by increasing the memory to 8GB. Now I'm getting this error: ``` Step 55/66 : COPY ethernal-95a14-19f78a7e26cc.json ./ethernal-95a14-19f78a7e26cc.json...

Update: I removed the line trying to copy `ethernal-95a14-19f78a7e26cc.json`. As suggested above, I've added `ENV VUE_APP_ENABLE_BILLING=false` to the Dockerfile and then ran `docker build -t ethernal`. ```Dockerfile FROM node:16 AS...

Same problem here - The text that is being passed to `:source` has `\r\n` for line breaks. The `\r\n` should probably be replaced with `` by vue-simple-markdown, but it's being...