Matcher is a tool for understanding how chemical structure optimization problems have been solved. Matcher enables deep control over searching structure/activity relationships (SAR) derived from large datasets, and takes the form of an accessible web application with simple deployment. Matcher is built around the mmpdb platform.
After loading localhost:8000 in Chrome: For a brief period, the plain text "Loading..." should be visible at the bottom of the interface, but then disappear and be replaced by a purple "Submit Query" button, signifying that the Dash app has completed loading.
Actual behavior
After loading localhost:8000 in Chrome: The plain text "Loading..." is visible at the bottom of the interface, but remains and does not disappear, and no purple button appears. The app stalls and several errors are visible when inspecting the javascript console.
Recently, using code from commit eea5d98b84b27f96a5b65a374baf0a67ce44aa7a, the loading of Dash components through the Dash CDN, unpkg.com, was unreliable.
Steps to reproduce:
Expected behavior:
After loading localhost:8000 in Chrome: For a brief period, the plain text "Loading..." should be visible at the bottom of the interface, but then disappear and be replaced by a purple "Submit Query" button, signifying that the Dash app has completed loading.
Actual behavior
After loading localhost:8000 in Chrome: The plain text "Loading..." is visible at the bottom of the interface, but remains and does not disappear, and no purple button appears. The app stalls and several errors are visible when inspecting the javascript console.