Thanks for attempting the fix. The previous position 10243 JSON error is indeed gone from the frontend, but now it throws a critical connection error:
Cannot reach MiroFish Python backend at http://mirofish-python-backend:5001. Is it running (e.g. mirofish_backend/run.py)? fetch failed
It looks like during the deployment of PR #626, the online Python backend service was either shut down or failed to restart properly on port 5001. The frontend can no longer fetch or talk to the backend container/server at all.
As a paid subscriber, I am completely locked out of the core service now. Could you please check the server logs and manually restart the python backend container (mirofish_backend/run.py)? Much appreciated!
Thanks for attempting the fix. The previous
position 10243JSON error is indeed gone from the frontend, but now it throws a critical connection error:Cannot reach MiroFish Python backend at http://mirofish-python-backend:5001. Is it running (e.g. mirofish_backend/run.py)? fetch failedIt looks like during the deployment of PR #626, the online Python backend service was either shut down or failed to restart properly on port 5001. The frontend can no longer fetch or talk to the backend container/server at all.
As a paid subscriber, I am completely locked out of the core service now. Could you please check the server logs and manually restart the python backend container (
mirofish_backend/run.py)? Much appreciated!