You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo site is served via https, but the web API requests to parsing servers use http. Modern browsers may block these "mixed content" requests, leading to opaque error messages. The solution is to (a) change the backend server to use https, and (b) switch the URLs here in resources.js.
The code on UW's servers is running bottlenose, although it should be upgraded to use PyDelphin's delphin.web.server module since bottlenose is deprecated. Either way it's PyDelphin wrapping ACE.
The UiO LOGON server is running the LKB's www mode.
The demo site is served via https, but the web API requests to parsing servers use http. Modern browsers may block these "mixed content" requests, leading to opaque error messages. The solution is to (a) change the backend server to use https, and (b) switch the URLs here in
resources.js
.This was reported in delph-in/docs#41.
The text was updated successfully, but these errors were encountered: