Hi.I updated appwrite everything works fine except the session is not taking the session in my functions it brings me the information of all the users.
Not sure I understand. What version did you upgrade from ? And to which version? Also can you be more specific about what doesn't work in functions ?
I had version 1.3.4 - 1.3.8 - 1.4.13 I have the most recent version...The session in functions is the problem
I consult by user and it brings me the information of all the users
First of all - did you run migration?
Second, what's your code?
YES
In my function I have this to get user information
Everything was working great until I migrated everything to a new server
Di you migrate your function code? appwrite 1.4 introuce many changes in functions, you can check more details here: https://appwrite.io/docs/products/functions/development
Recommended threads
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...