
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
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
