Closed tertek closed 7 months ago
Issue could be partially reconstructed on local environment:
redcap_v14.0.13 device_tracker_v2.0.0 german_v12.4.12 exact copy of prod project import of 300 rows into device data at least 3 tracking fields per page (the issue does not appear to exists with one tracking field, hence 1 ajax request)
It is suspected to be a problem with concurring mysql queries on larger data sets.
There error message on local is different from prod error: Locally: Mysql gone away error:
PROD: Unknown REDCap Error.
Possible Workaround: set timeout on subsequent ajax requests, so that database does not get too many requests at once.
Please note: The initial error message "Uncaught Syntax Error" is related to a defect language file and has no effect on this issue. This has been checked locally and on the Prod, as the exact same Module Ajax Request error could be replicated also without having the broken language file enabled.