Darshan

Results 96 comments of Darshan

> If there's only 1 runtime available: > > > If there are multiple: > > I think we should go for the default behaviour of showing a `Select Runtime`...

https://github.com/appwrite/console/assets/20625965/7a0bd378-70ad-43b9-8a05-e02b32c41d56

@stnguyen90 Issue exists on `1.5.4` too. --- Findings on `1.5.4` - 1. Using main domain still works as described above. No error is shown 2. The second case is handled...

@naman1608, The issue explains that the field is indeed a `password` type, but the input validation shows "Password" while the field is called "API Key".

This happens because the only supported runtime for the function on your `appwrite` instance is `node-18.0` and also due to [this](https://github.com/appwrite/console/blob/737457c1446318c4f39fcc373024537af1bc09b6/src/lib/wizards/functions/steps/templateConfiguration.svelte#L55C13-L62C56) which doesn't seem to set a visible default runtime...

Yes, but this happens when the runtime installed on your `appwrite` instance is only one of the supported ones. Dropdown is shown when you have more than one supported runtime.

@stnguyen90, The point for not really saying that the email already exists is valid but the current message still seems pretty vague. Even though an email might be in use,...

Hey @naman1608, I think one of a core member needs to bump in here since there are multiple cases where this issue can happen around the console. A direct/hardcoded message...

Can reproduce this, probably a state management issue which re-enables the `Create` button before the setup is completed. I proceeded to click the `Create` three times and 3 projects were...