EPAM AI DIAL Admin version
Admin: [FE]0.20.0-dev.24 [BE]0.20.0-dev.3
How to reproduce
- Navigate to Entities → Applications (also reproducible for Models, Toolsets, Interceptors)
- Open any existing entity or create a new one
- Go to the Properties tab and locate the Intro field
- Enter more than 255 characters in the Intro field (the frontend validation allows up to 2048 characters)
- Click Save
Actual result
An Internal Server Error is displayed:
"could not execute statement [ERROR: value too long for type character varying(255)]"
The entity is not saved and the raw SQL error is exposed to the user.
Expected result
The frontend should enforce a 255-character limit matching the backend database constraint, preventing the error before the request is sent. Alternatively, the backend DB column should be extended to accept up to 2048 characters to match the frontend limit. No internal server error should be shown to the user.
Additional information
No response
Confidential information
I confirm that do not share any confidential information
EPAM AI DIAL Admin version
Admin: [FE]0.20.0-dev.24 [BE]0.20.0-dev.3
How to reproduce
Actual result
An Internal Server Error is displayed:
"could not execute statement [ERROR: value too long for type character varying(255)]"
The entity is not saved and the raw SQL error is exposed to the user.
Expected result
The frontend should enforce a 255-character limit matching the backend database constraint, preventing the error before the request is sent. Alternatively, the backend DB column should be extended to accept up to 2048 characters to match the frontend limit. No internal server error should be shown to the user.
Additional information
No response
Confidential information
I confirm that do not share any confidential information