TypeScript
appwrite types ./appwritetypes
ℹ Info: Detected language: ts
ℹ Info: Directory: ./appwritetypes does not exist, creating...
ℹ Info: Found 12 tables: contact-forms, testimonials, profiles, user-arts, user-emergency-info, art-forms, user-events, events, competition-history, probe, hobbies, instructors
ℹ Info: Found 71 columns across all tables
ℹ Info: For detailed error pass the --verbose or --report flag
✗ Error: ejs:24
22| <% const propertyName = strict ? toCamelCase(attribute.key) : attribute.key; -%>
23| <% const isValidIdentifier = /^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(propertyName); -%>
>> 24| <% if (isValidIdentifier) { %><%- propertyName %><% } else { %>"<%- propertyName %>"<% } %>: <%- getType(attribute, collections, collection.name) %>;
25| <% } -%>
26| }<% if (index < collections.length - 1) { %>
27| <% } %>
Unknown attribute type: varchar
TL;DR
The command line interface is not working properly after using a new varchar type datatype. User acknowledged the issue as their mistake.try updating to latest version
17 Feb, 2026, 16:22
yap! totally right my bad!!!
Recommended threads
- Backup policies think im on free tier
Cant create more than one policy as im told to ugprade, when clicking upgrade im taken to the upgrade page which confirms im already on pro
- Cant get rid of "get started"
Not that important, but annoying. No matter what I do I cant get the "Get started" to go away, ive added a bunch of web platforms and its just stuck.
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...