Steven Nguyen
Steven Nguyen
@ItzNotABug, thanks for raising this issue! 🙏🏼 I think the worker logs are fine as the certificate probably wasn't able to generate before so it's going to try again. There...
@stnguyen90, thanks for creating this issue! 🙏🏼 Are you using Appwrite Cloud? If so, these methods are for Appwrite 1.5, but Appwrite Cloud is on version 1.4.13 (You can see...
@DH-555, thanks for creating this issue! 🙏 It looks like we created the internal id attribute in 1.4, but didn't backfill old files. Let me talk to the team about...
Ya it looks like the ID violates the constraint we have...The best thing to do right now would be to delete everything in that cache table and then run the...
@mkay-42069, do you have any other cache tables?
> b64e17d8fbcf3f37801eafd369a29e16*509 Ohhh...the length isn't the problem...it's the `*` in it...Looks like this should only be a problem for projects with data before [1.4.3](https://github.com/appwrite/appwrite/commit/a46879f1cba0973367d78f0cf549168888e5595d) and shouldn't be a problem moving...
@komali2, thanks for creating this issue! 🙏🏼 Usually, people don't clone the repo if they just want to self host Appwrite. That's only if you want to contribute 🧐 Your...
@komali2, are you still having troubles or can this be closed?
> Throw an error when you pass anything that is not an int Yes, I agree we should throw an error if the incorrect type is passed. Would either of...
> This is intentional, it would just add unnecessary friction to throw an error if the string is a valid integer. The event should definitely fire with with an int...