Tijno
Tijno
what do /api/v0/health-check and /api/v0/get-exchange-rate return ? do you want to share your url so i can test to see where its breaking ? also - what do you see...
@MirekR anything in `dmesg` like running out of memory, too many open files or disc space? Main reason i have seen nodes crash or stop syncing is for those 2
Ah looking at your logs you did not clear the data in /db volume. As per the changelog on backend you need to clear and resync.
@MikekR We haven't had to - before NFTs mine has not had to resync for 2 months. Also the main issue with resync is not so much the blocks -...
You can keep the global feed in 2 ways: 1 - dont delete the whole db - eg make sure you keep the one in `/db/badgerdb/globalstate` or 2 - use...
@MirekR Im sure the upgrade can be done in such a way that you keep global state. And note my reply above about ways to not loose global state.
i can review in the morning - keeping caddyfiles in sync has been an issue in the past so reducing duppl files seems sensible. am on mobile and want to...
I think there are 2 issues that will break things * FE set to bind to `:80` but Docker/run dockerfile/compose uses `:8080` * Run has CSP for `deso.run` and `api.deso.run`,...
See related issue: https://github.com/deso-protocol/backend/issues/177
Seems to be fixed now - may be the switch to `stable` as per #40 which is now live in main.