Slava Nv
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`  So we need to connect it with...