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?
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?