hardcoded backends #2754
Unanswered
WolfgangFahl
asked this question in
Q&A
Replies: 2 comments
-
|
https://scholia.wikidata.dbis.rwth-aachen.de/backend shows the backend on the RWTH machine which should have the option of non default timeouts and react quite quickly given the small load it should have at this time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I might try // Accepts arguments to see the real error
.fail(function (jqXHR, textStatus, errorThrown) {
$('#' + loaderID).remove();
// Create a dynamic message
var msg = "Error: " + textStatus + " - " + errorThrown;
$(element).prepend(
'<p>Query failed on backend.</p><p>Details: <code>' + msg + '</code></p>'
);
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
results in
which seems to not properly handling the endpoint as a configurable entity.
https://scholia.wikidata.dbis.rwth-aachen.de/event-series/
for instances shows a
which is IMHO misleading since the code answers this on any failure instead of showing the real reason of the problem.
Beta Was this translation helpful? Give feedback.
All reactions