mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2023-06-19
This commit is contained in:
@ -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: -->
|
||||
|
Reference in New Issue
Block a user