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
Added production Primo URL in config.js (https://ocul-bu.primo.exlibrisgroup.com:443)
First experienced error was a JSON parse error. Was able to bypass that by adding body = body == '' ? '{}' : body; in file 08-servers.js. (Clearly the code was not expecting an empty body here, but should have added appropriate error handling.)
Then this second error happens in the console with endless loading animation.
Has anyone been able to properly deploy it locally in recent days? Am I missing something here?
The text was updated successfully, but these errors were encountered:
https://ocul-bu.primo.exlibrisgroup.com:443
)First experienced error was a JSON parse error. Was able to bypass that by adding
body = body == '' ? '{}' : body;
in file08-servers.js
. (Clearly the code was not expecting an empty body here, but should have added appropriate error handling.)Then this second error happens in the console with endless loading animation.
Has anyone been able to properly deploy it locally in recent days? Am I missing something here?
The text was updated successfully, but these errors were encountered: