hi my users are doing CRUD on the document but the activity shows nothing.
im using appwrite web sdk with react native
It takes a while
The analytics and usage stats get aggregated periodically
I don't believe it's instant 🙂
Can you try updating document from console and let me know if it shows any activity?
@VincentGe i get it but this is the issue im facing from long back
it still shows no activity
i have created another project which is with next js and it works over there
see document created
but no sign of activity
Interesting, which version of Appwrite are you on?
1.2.1
🤔 Interesting. Are you using Docker Desktop?
no its hosted in my ubuntu vps
Do you mind doing a docker compose ps in the directory you have your Appwrite docker-compose.yml?
sure
Lets see if all the containers are running, first
Then we can try digging into logs
i will send the screenshot of portainer that will be more easy
everything is working fine
Cool
Can you check the logs of the worker-databases container?
Actually hold on 1 second
sure
Recommended threads
- ACTIVATE DEPLOYMENT PROBLEM...
It's not giving me the option to activate a deployment that says it's ready..
- general_unauthorized_scope
localhost oauth not working. general_unauthorized_scope error showing. { "message": "User (role: guests) missing scopes ([\"account\"])", "code": 401, ...
- Anyone manage to get a slack-bot working...
I'm trying to setup a bot the send and retrieve slack messages to a chat in my site. I've failed with SSE and appwrite functions soo far... i'll trying polling ...