a year ago
Hi All. I am getting the below django unique constraint error with the baserow template. Teh deployment went through but is erroring out when I access the URL. Appreciate any help.
{ "severity": "info", "timestamp": "2025-02-20T07:37:00.585060436Z", "message": "\u001b[34m [BACKEND][2025-02-20 07:37:00] psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint \"django_content_type_app_label_model_76bd3d3b_uniq\" \u001b(B\u001b[m ", "tags": { "deploymentId": "035ddf4b-6d15-43b8-be0a-3b00c5df8d01", "deploymentInstanceId": "4bfcfbe0-fb1e-466a-8ac0-da5ffcaa0ebc", "environmentId": "1bdca1ae-2d8f-43ae-8475-4a18ad6dc212", "pluginId": null, "projectId": "1109f9f6-8c8a-4b6d-9543-af52eea13560", "serviceId": "231315af-a139-419b-9c4f-76fcb416938d", "snapshotId": null }, "attributes": { "level": "info" } }
3 Replies
a year ago
This is a database error that happens when you are trying to enter duplicate entries when the schema needs it to be unique. So you need to find the duplicate content and remove that.
Status changed to Awaiting User Response Railway • about 1 year ago
a year ago
But I haven done anything yet. Just deployed the template as is.
Status changed to Awaiting Railway Response Railway • about 1 year ago
a year ago
Templates are created by community members. So its possible the template didn't take into consideration the database unique constraint. You can ask the creators of the template or visit their website to ask questions about it.
Status changed to Awaiting User Response Railway • about 1 year ago
7 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 7 months ago