zon
Create thumbnail images in an object
@bob @prastoin
Thank much :
I have updated the image for the product, and I'm sharing it here in case someone has a similar situation:
1. Create an avatarUrl field for the image URL.
Example:
{
"type": "TEXT",
"objectMetadataId": "de193c93-bddd-4161-86c9-e7472f6614b4",
"name": "avatarUrl",
"label": "Avatar",
"description": "Profile image of potential customers",
"icon": "IconFileUpload",
"defaultValue": "''",
"isNullable": true
}
2. Step 2: Set the avatarUrl field as the image identification field.
{
"imageIdentifierFieldMetadataId": "892ead93-897c-48da-9207-517cb1978b88"
}
Here, 892ead93-897c-48da-9207-517cb1978b88 is the ID of the avatarUrl field that was created.
8 replies
AUTH_GOOGLE Error When Installing Version 0.50.0
You can try that link in the application domain.twenty.com/auth/google-apis/get-access-token, and it works without errors. However, with the open-source installation, it returns an "Unknown error" in the browser, which seems to be an issue with the Google authentication link.
18 replies
AUTH_GOOGLE Error When Installing Version 0.50.0
@prastoin I installed Twenty on Coolify. When upgrading to the latest version, are there any issues related to Environment Variables that we should be aware of? Or does the Docker Compose file need any updates?
18 replies
AUTH_GOOGLE Error When Installing Version 0.50.0
- I have tried clearing the domain cache.
- Used incognito mode but still couldn't log in. (Note: This is the first login attempt after a completely fresh installation.) AUTH_GOOGLE_APIS_CALLBACK_URL=https://domain/auth/google-apis/get-access-token AUTH_GOOGLE_CALLBACK_URL=https://domain/auth/google/redirect AUTH_GOOGLE_CLIENT_ID= AUTH_GOOGLE_CLIENT_SECRET= AUTH_GOOGLE_ENABLED=true
- Used incognito mode but still couldn't log in. (Note: This is the first login attempt after a completely fresh installation.) AUTH_GOOGLE_APIS_CALLBACK_URL=https://domain/auth/google-apis/get-access-token AUTH_GOOGLE_CALLBACK_URL=https://domain/auth/google/redirect AUTH_GOOGLE_CLIENT_ID= AUTH_GOOGLE_CLIENT_SECRET= AUTH_GOOGLE_ENABLED=true
18 replies
AUTH_GOOGLE Error When Installing Version 0.50.0
Hello,
I have completely installed the latest version, v0.50.0.
1. When logging in via Google, I encounter the error "Authentication Failed". I have tried using different browsers and incognito mode, but I still cannot log in for the first time.
2. Subsequently, I disabled Google login and attempted to register/sign in using email. However, this was also unsuccessful. When creating an account via email, I receive an error message as shown in the attached image.
18 replies