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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?