There's no logs 🤔
appwrite should definitely have logs
Yes
I think there's wrong with the setup 🤔 I'll prune everything and restart
How come appwrite logs were empty here
But not here
I have no idea. I created a database using web console and the logs magically appeared. 😿
Maybe you have some docker network conflict. Maybe clear out unused networks too
Did you try to enable the debugger?
I ignored the debug section https://github.com/Suven-p/appwrite/blob/master/CONTRIBUTING.md#debug and the debug arg for appwrite in docker-compose.yml is false
Ya..I'm baffled 😵💫
After a complete reset of docker images, using live boot and using oracle server I still cant figure this out.
- Install docker.
- git clone git@github.com:Suven-p/appwrite.git
- git submodule update --init
- docker compose build
- docker compose up -d
- docker exec appwrite test /usr/src/code/tests/e2e/Services/Account
Is this all the steps?
Hang on a second, you running those tests on oracle cloud??
well not at first but figure I'd give it a try
Did you install docker desktop or docker via snap? Or the basic docker engine?
Basic docker engine. Snaps are scary for debugging
so i just tried on gitpod and it works fine 👀
the last one is on windows with docker desktop
I missed a part. There IS a file called /usr/local/bin/test
I officially give up. I am using gitpod for tests.
Maybe you can try running this after step 3: https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md#code-autocompletion
That doesn't work either
Recommended threads
- HackByte X AppWrite
I am Om an Organiser at Hackbyte, Central India's largest hackathon. We are an MLH acreddited hackathon and this is our 4th iteration. Last year we had around ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...