TACTIC Open Source
HELP NEEDED: ReferenceError: React is not defined - Printable Version

+- TACTIC Open Source (http://forum.southpawtech.com)
+-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3)
+--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4)
+--- Thread: HELP NEEDED: ReferenceError: React is not defined (/showthread.php?tid=279)



HELP NEEDED: ReferenceError: React is not defined - stefanovilla - 04-12-2024

Hello there, 
I run into the following problem with no idea how to solve it:

Today all views freeze after showing a couple of records and an alert window saying, "ReferenceError: React is not defined",  pops up.
And there's nothing I can do to show remaing items, filtering them out or editing Assignment or Status

There were one action, though, that apparently triggered such a bad behaviour:

I've run a script for a massive data ingestion and automatic checkin for the entities newly created.
The script is actually pretty simple and I've used it already many times, it just creates a sobject [tactic_server.insert(..)] and creates its tasks [tactic_server.create_task(..)] and, after that, a file is checked in.
I've been using the same functions I've used before and records seems properly set (sobject, task, snapshot and file)

Moreover, I've run the same script over a test server and, just after few records, I run into the same problem, so it obviously seems to be related to the 'quality' of the ingested items.

I've also tried to remove the last ingested records (amongst their tasks, snapshots and  files) but it has no effects.

Does anyone out there either know what "ReferenceError: React is not defined"  means, how that is somehow related to sobject's records or any hints at all?
Many thanks anyhow, cheers,
 Stefano