ctubio / Krypto-trading-bot

Self-hosted crypto trading bot (automated high frequency market making) written in C++

Home Page:https://127.0.0.1:3000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client disconnecting (and not updating settings) upon clicking save button

kenifxyz opened this issue · comments

When clicking on the save button after changing parameters, it seems like the client disconnects and the settings are not saved. Any workaround for this?
image

update: have tested on macOS, raspberry pi, as well as a linux server on digital ocean, all are experiencing the same error on the frontend

Which commit are you using? I am not seeing this on Debian 11 and I'm on the commit right before the CURL/SQLite update. Maybe it's related?

I'm on the latest commit, just cloned it today, could it be a permissions issue with SQLite?

Tried checking out commit 192c3e6 but still doesn't seem to resolve the issue

@ctubio any advice on how to proceed?