[SOLVED] Error 500 Cannot assign null to property Utopia\VCS\Adapter\Git\GitHub::$accessToken
- 0
- Resolved
- General
I send it to you.
Hmm looks okay.
Maybe the client secret is incorrect though?
Does docker compose exec appwrite vars match your env file?
Yes, it does
I tried to add incorrect client secret key and it showed me the next error:
So, I think the problem is other stuff
any chance you can modify the source code to try and dump more info? You would need to
- run
docker compose exec appwrite vi /usr/src/code/vendor/utopia-php/vcs/src/VCS/Adapter/Git/GitHub.php - go to line 294
- add
var_dump($res['body']); - save and quit vi
- run
docker compose restart appwriteto apply the changes
Then, test again. The logs should then dump the response from GitHub and maybe it will give more info as to why the token response from GitHub is null
Ok, I completed the previous steps and the result is as follows:
After this, I tried to search for these logs, and I asked the AI chat about it and it says:
Whoa weird...is the time on your system correct? Maybe it's ahead a little bit?
Yeah, it’s actually correct, but I’m using a VPN when I work, so it was, as you said, ahead a little bit.
I corrected the time and tested it again. It’s working now. Thank you for your support.
]Error 500 Cannot assign null to property Utopia\VCS\Adapter\Git\GitHub::$accessToken of type string
Error 500 Cannot assign null to property Utopia\VCS\Adapter\Git\GitHub::$accessToken of type string
[SOLVED] Error 500 Cannot assign null to property Utopia\VCS\Adapter\Git\GitHub::$accessToken
However, I installed it with Coolify on a remote server.
I ran cmd docker exec appwrite-agg44c8 vars and everything is the same as the variables set in the Coolify service.
When viewing the logs of the appwrite service container
My Github App
@Steven you give me some help?
Please create a new post instead of posting in an old thread. In addition, please don't tag people as it can be disruptive
Recommended threads
- Charged after Downgrade
I downgraded from the pro plan last month, but it’s still trying to charge my card this month and my account has been restricted
- Wifi issue with Pop!_OS linux distro
Hey guys... iam facing this very peculiar trouble with my linux distro... I use Pop!_OS on my HP victus gaming laptop with nvedia 2050 graphics card.... The pro...
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...