Slava Nv

Results 3 comments of Slava Nv

I have the same issue with Django models.JSONField.

I have the same issue, but on MacOS 12.0.1. Solved with adding /.pyenv/shims to PATH (not only /.pyenv/bin). [This doc about shims](https://github.com/pyenv/pyenv#understanding-shims) helped me. ``` export PATH="$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH" ```

Hi! I've solved these issue by setting path to `/terminal/ws` in cloudflare tunnel. We can see that browser tries to request `wss://yourdomain.com/termial/ws` ![Image](https://github.com/user-attachments/assets/31193bd4-44e6-4418-9301-b6180976978d) So we need to connect it with...