[SOLVED] Error 500 Cannot assign null to property Utopia\VCS\Adapter\Git\GitHub::$accessToken
- 0
- 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
- Console: Query on attribute has greater ...
I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table Within the console I am able to view the table with ...
- Query regarding hackathon sponsorship
We at our college were organising a hackathon and I was wondering whether appwrite would like to partner with us? We are from a student branch of IEEE. It is a...
- How do I get my PR merged in auto genera...
https://github.com/appwrite/sdk-for-go/pull/48 I have raised this PR today in a sdk-generator repository which is a auto-generated repository. Now, as it is a a...