Error loading item: (psycopg.errors.UndefinedFunction) operator does not exist: integer = character varying
LINE 3: WHERE shape_files.id IN ($1::VARCHAR, $2::VARCHAR, $3::VARCH...
^
HINT: No operator matches the given name and argument types. You might need to add explicit type casts.
[SQL: SELECT shape_files.id AS shape_files_id, shape_files.file AS shape_files_file, shape_files.shape_id AS shape_files_shape_id, shape_files.identifier AS shape_files_identifier, shape_files.created_at AS shape_files_created_at, shape_files.updated_at AS shape_files_updated_at, shape_files.render_id AS shape_files_render_id, shape_files.successful_clara_export AS shape_files_successful_clara_export, shape_files.exportable AS shape_files_exportable, shape_files.thumbnail AS shape_files_thumbnail, shape_files.export_identifier AS shape_files_export_identifier, shape_files.thumbnail_hash AS shape_files_thumbnail_hash, shape_files.type AS shape_files_type, shape_files.uploader_storage_for_file AS shape_files_uploader_storage_for_file, shape_files.uploader_storage_for_thumbnail AS shape_files_uploader_storage_for_thumbnail, shape_files.swift_file AS shape_files_swift_file, shape_files.s3_file AS shape_files_s3_file, shape_files.swift_thumbnail AS shape_files_swift_thumbnail, shape_files.s3_thumbnail AS shape_files_s3_thumbnail, shape_files.deleted_at AS shape_files_deleted_at, shape_files.onshape_part_id AS shape_files_onshape_part_id, shape_files.onshape_element_id AS shape_files_onshape_element_id
FROM shape_files
WHERE shape_files.id IN (%(id_1_1)s::VARCHAR, %(id_1_2)s::VARCHAR, %(id_1_3)s::VARCHAR) AND shape_files.deleted_at IS NULL
LIMIT %(param_1)s::INTEGER]
[parameters: {'param_1': 1, 'id_1_1': '911832', 'id_1_2': '911833', 'id_1_3': '911834'}]
(Background on this error at: https://sqlalche.me/e/20/f405). Redirected to home page.