CodingXeer01
I have 'context.log' in my function it log too but there is some extra stuff after printing given string in contex.log, this:
TypeScript
Unsupported logs detected. Use context.log() or context.error() for logging.
----------------------------------------------------------------------------
Warning: The current SDK is built for Appwrite 1.6.0. However, the current Appwrite server version is 1.5.10. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks```
TL;DR
The developer is using 'context.log' function but is receiving additional unsupported logs warning. They should downgrade their SDK to match the Appwrite version 1.5.10 to resolve the issue. CodingXeer01
something like:
TypeScript
context.log("something")```
Recommended threads
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...