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
J2S.say("Info.serverURL has not been set. The url "+query+" is in a domain that requires Cross Origin Resource Sharing (CORS) access from this page, "+
673
+
"and that domain is not recognized by SwingJS as allowing CORS access. If the server does allow CORS, "+
674
+
"then the developer of this page must make sure that "+
675
+
"J2S.addDirectDatabaseCall(path)"+
676
+
" is called for that domain -- for example, J2S.addDirectDatabaseCall('stolaf.edu')."+
677
+
" And if that domain does not allow CORS, then the developer should set Info.serverURL appropriately or contact the administrator of that domain to see if CORS can be allowed.");
0 commit comments