Add notes for 2023-06-19

This commit is contained in:
2023-06-19 16:26:41 +03:00
parent 6985b53a7b
commit 4415eec1a0
32 changed files with 87 additions and 37 deletions

View File

@ -146,4 +146,24 @@ COMMIT
- Start a harvest on AReS
## 2023-06-19
- Today I started getting an error on DSpace 7 Test
- The page loads, and then when it is almost done it goes blank to white with this in the console:
```console
ERROR DOMException: CSSStyleSheet.cssRules getter: Not allowed to access cross-origin stylesheet
```
- I restarted Angular, but it didn't fix it
- The `yarn test:rest` script shows everything OK, and I haven't changed anything recently...
- I re-compiled the Angular UI using the default theme and it was the same...
- I tried in Firefox Nightly and it works...
- So it must be something related to the browser
- I tried clearing all the session storage / cookies and refreshing and it worked
- I switched back to the CGSpace theme and it happened again
- I had a hunch it might be due to the GDPR cookie plugin in my browser, so I disabled that and then refreshed and it worked... hmmm
- Upload thumbnails for about 42 IITA Journal Articles after resolving their DOIs and making sure they were not CC ND
- I fixed a few bugs in `get_scihub_pdfs.py` in the process
<!-- vim: set sw=2 ts=2: -->