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
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...
- Error: Timed out waiting for runtime
I am trying to call a function on appwrite cloud (python 3.9), but I keep getting the above error (Timed out waiting for runtime) saying it timed out after 30 s...
- Random function timeouts
Sometimes my function runs without issue and I can see my logs in the Logs tab on cloud.appwrite.io. Other times, the function fails with a 500 status code, the...