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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...