-
Updated
Mar 17, 2021 - JavaScript
baas
Here are 142 public repositories matching this topic...
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
-
Updated
Dec 20, 2020 - JavaScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Mar 19, 2017 - PHP
-
Updated
Mar 16, 2021 - Java
-
Updated
Dec 12, 2020 - Go
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Dec 3, 2019 - PHP
-
Updated
Mar 16, 2021 - Swift
-
Updated
Feb 4, 2021 - Java
-
Updated
Apr 30, 2020 - JavaScript
Most features of the Appwrite Flutter SDK should already work with Linux apps out of the box. One specific area that still lacks support is our OAuth login. For us to enable OAuth login we actually need to add Linux support on the Web auth plugin https://github.com/LinusU/flutter_web_auth we use as a dependency.
The Web Auth library already support web auth login for Android, iOS, and MacOS. On
-
Updated
Feb 4, 2021
-
Updated
Feb 21, 2021 - JavaScript
Improve this page
Add a description, image, and links to the baas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the baas topic, visit your repo's landing page and select "manage topics."


We want to use caching to speed up Appwrite's Travis CI build process, and we can use the community help here.
Currently our build process time is around ~10 minutes which is OK, but as faster it can be less time maintainers needs to wait for confirmation that there changes are running as expected.
This change should be focused on our Travis CI YAML file. Any suggestions for improving the co