Torsten Dittmann
Torsten Dittmann
It's released now, not 100% happy yet with the implementation. Will wait a bit on adding it to the docs, however, you can use it and its passed as the...
> @TorstenDittmann, do we want to update the client-side validation for this? According to [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email), something@something is valid: > > > A single properly-formed email address. This doesn't necessarily mean...
@ItzNotABug can you sync with 1.6.x?
Is there any progress on this? 👀 Using hosted postgres services like neon.tech or xata.io requires developers to set ssl options 👍🏻
Actually I just saw what the node adapter is doing by only adding cache headers to `/_app/immutable/` files: https://github.com/sveltejs/kit/blob/main/packages/adapter-node/src/handler.js#L57-L59 This looks to be intended and should probably be mentioned in...
That approach might not work, because we are building a static site. We probably have to do it here https://github.com/appwrite/console/blob/main/docker/nginx.conf#L25-L32 with a specific config file for cloud 👍🏻
Would it be possible to even infer the type from the `listDocuments` as well?
@ttrinidad This has been removed in the 5.0.0 version of the console and will be released with 1.6.x of https://github.com/appwrite/appwrite 🙏🏻