David
Selfhosted API not working ;(
@armochillo @charles Not trying to hijack this topic, but if that can help anyone, I am having the same issue. Running 0.41 as well.
I am using n8n with the community-node.
I run n8n in a docker, same for twenty, both are on the same docker network. I get a successful connection using the credential: http://twenty-server-1:3000.
However, for any api call, I always have a error 500.
When I use a temp container and curl using this command:
sudo docker run --rm --network container:n8n curlimages/curl:latest curl -I --request GET \
--url 'http://twenty-server-1:3000/rest/companies/490a5309-8239-4b1f-be34-72e51cfa85ab?depth=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer "API KEY"'
I get this error:
HTTP/1.1 500 Internal Server Error
X-Powered-By: Express
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET,HEAD,PUT,PATCH,POST,DELETE
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Content-Type: application/json; charset=utf-8
Date: Mon, 17 Feb 2025 16:29:39 GMT
Connection: keep-alive
Keep-Alive: timeout=5
Content-Length: 0
Same when I try from the developer section on twenty.com, I put in my external domain name with my api key, and I am able to see the api call documentation, but I get the same error 500 return on any api calls.
No logs show either way in the server logs.
Is there any feature flags that need to be activated or variable that need to be set in the environment?
40 replies
Microsoft email and calendar integration
@Guillaume You are a machine, it is resolved 🙂
I guess I missed those value change in the update, it was not on the update documentation page, but they are in the environment variable page.
If this thread can help any other person doing this upgrade.
69 replies
Microsoft email and calendar integration
@Guillaume I did the update to 0.41 and now the sync is broken 🫣
I did saw in the update documentation that the .env Variable "AUTH_MICROSOFT_TENANT_ID" is now removed.
Could it have anything to do with?
The microsoft option as an account is now gone from the account screen in the setting.
Just checking if anyone else have this problem, and if their is a fix
69 replies