Errors Using Custom Domain on 1.4.0
Sounds good :) Thanks for being so responsive
actually wait...can you share the docker logs for one of the failed documents api calls?
Here are the logs right after going to the site that throws the errors
what site?
can you maybe try to trigger 1 request only and get the log for that 1 request?
These are the logs if I go to this endpoint -> https://api.sprobble.xyz/v1/databases/645c032960cb9f95212b/collections/total_stats/documents/artist
please run docker compose logs -f appwrite and then press enter a bunch of times to create some space
let me know once you've done that
done
k now please share screenshot of the logs
again?
I am seeing the same issue:
2023-08-30T21:37:14.377301536Z [Error] Type: Error
2023-08-30T21:37:14.377306618Z [Error] Message: Call to a member function label() on null
2023-08-30T21:37:14.377310760Z [Error] File: /usr/src/code/app/controllers/general.php
2023-08-30T21:37:14.377315005Z [Error] Line: 50```
ok can you try this?
docker compose exec appwrite sed -i 's/getRoute()->label/getRoute()?->label/g' app/controllers/general.php
docker compose restart appwrite
that fixed it for me
what cases were you seeing the error?
I will in an hour, thanks!
Anything through custom domain, pulling docs, auth, even pulling it up in a web browser
and it works now for you?
Still doesn't work just going to the custom domain in browser, but it works in my app
ya i think this will be the expected behavior
This fixed my issue
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...