
Nice one! Is there any ETA for the implementation?

As for this error, did you run the submodule step?
https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md#setup-from-source

Not sure. It still needs to be reviewed

didn't do that yet nope lemme try

that might make sense

aight 🙂

seems like it runs now, thanks 😄

It would be great if you could test my implementation to see if it works with your provider 😁

yeah, sure I'll give it a try after trying my own implementation I'm a bit rusty in php as of now 😄

like 1-2 years ago 😄

But Ill for sure give it a try and let u know here 🙂

To test it, you should be able to
- check out my appwrite branch
- check out my console branch in your app/console folder
- Build
docker compose build
- Run
docker compose up -d

sorry quick question how do I checkout the console branch?


I think I've got it

yup

I think custom project id is broke I get server error if I try to set it.

Probably the db didn't get fully wiped tho

It halfway works!

It works until the redirect back to the api 😄

Mine? What happens?

yes, yours

may I send you a DM as I don't want to disclose any tokens being visible to the public 😄

RESOLVED: FORKING: ERROR [node 4/5] RUN npm ci

For everyone else: We've managed to tackle the problem and it worked perfectly fine. There seems to be an issue with redirecting to localhost (I've encountered this a few times already - not only with appwrite).
Therefore everything works 🙂
Recommended threads
- Unable to upgrade to Pro plan
I wanted to create an account on a Pro plan. In the onboarding flow, at the "create organization" step, I added a credit card and when I press the CTA I get the...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Appwrite custom domain verification fail...
So I've left enough time for the records to propagate and I've tried adding in a subdomain for the appwrite endpoint so as not to cause a clash with two CNAME r...
