
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.
something like:
TypeScript
context.log("something")```
Recommended threads
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
