-
Bug
-
Resolution: Fixed
-
High
-
5.4.7
-
None
-
Severity 2 - Major
-
Issue Summary
Importing a large JSON file that is expected to take a while to retrieve fails after 60 seconds regardless of setting the timeout parameter (in milliseconds) in the JSON import configuration. The JSON import UI keeps spinning and If you refresh it then the whole import process is gone. Moreover, I cannot create a predefined structure and predefined configuration.
This is reproducible on the Data Center: yes
Steps to Reproduce
- Create an Object Schema
- Go to the Object Schema configuration
- Create JSON Import configuration with a timeout of 80000 milliseconds and API URL having 70000 milliseconds of delay
- Try to create a predefined structure
- Try to create a predefined configuration
- Try to do import (Synchronize Configuration)
Expected Results
- A predefined structure is created
- A predefined configuration is set
- Import is done (Synchronize Configuration successfully)
Actual Results
AJAX timeout error
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available