Onur Demir
Onur Demir
I have also same isuue on WSL2 Ubuntu 22.04
@sam98uele solution solved my problem but i encounter ` ImportError: cannot import name 'soft_unicode' from 'markupsafe' (/usr/local/lib/python3.8/dist-packages/markupsafe/__init__.py)` and i have downgrade my markupsafe library ` pip install markupsafe==2.0.1`
I will check that. I also notice that It happens when I use env variables of function as credential of client. Directly pasting process.env string to function is working fine....
we have also same issue. it is like our user.create method in our appwrite function calls GET /user request instead of POST /user .
I think it is about new scope feature, we have restarted our container with forcing https enabled and then disabled. Afterward, it is fixed
I think, ToString() methods in game needs InvariantCulture.