Indoor Mapping: Import of CAD file gets stuck and won't fully import data from CAD fileIssue We are experiencing an issue where the import of a CAD file gets stuck and does not fully complete. This occurs after configuring the floor plan and clicking the "Start Import" button. The process hangs on the "Configure" step and never progresses, even after several hours. ReleaseIndoor Mapping App id: sn_map_core Version: X.Y.ZCauseOne of the flows responsible for processing the CAD files failed, which caused the job to become stuck and led to this behavior. To identify the root cause, review the logs of the failed flow. A common reason for this failure is the following error encountered by the flow context: "Error encountered while creating Attachment. Attachments of type geojson are not allowed." To investigate the affected flow, follow these steps: Navigate to the sn_map_core_autocad_source tableThis table stores records of imported AutoCAD files. Locate the record matching the uploaded fileLook for the file name you uploaded—it should closely match the name displayed near the "Configure" button. Review the following columns on the record: Setup Job Run Job Both fields contain a sys_id referencing corresponding records in the sn_map_core_job table. Navigate to the sn_map_core_job tableUse the sys_ids to locate the associated job records. Each record includes a Flow Context column. Check the flow context for failuresExamine both job records to determine which flow failed and analyze the flow logs to understand the cause. ResolutionIf the flow context encounters the following error: "Error encountered while creating Attachment. Attachments of type geojson are not allowed." To resolve this issue: Update the system propertyNavigate to the sys_properties table and update the property named glide.attachment.extensions to include geojson in the list of allowed file types. Restart the failed flow contextOnce the property has been updated, restart the failed flow context to resume processing. Related Links1.https://<instance>.service-now.com/sys_properties.do?sys_id=650b07dbc0a80006004f95f2c929335d&sysparm_view=&sysparm_domain=null&sysparm_domain_scope=null&sysparm_record_row=1&sysparm_record_rows=1&sysparm_record_list=nameSTARTSWITHglide.attachment.extensions%5eORDERBYname