diff --git a/content/posts/2023-06.md b/content/posts/2023-06.md
index e02885ffb..8467136ae 100644
--- a/content/posts/2023-06.md
+++ b/content/posts/2023-06.md
@@ -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
+
diff --git a/docs/2023-06/index.html b/docs/2023-06/index.html
index beb3d5a9a..fc094ff9c 100644
--- a/docs/2023-06/index.html
+++ b/docs/2023-06/index.html
@@ -24,7 +24,7 @@ From what I can see we need to upgrade the MODS schema from 3.1 to 3.7 and then
-
+
@@ -54,9 +54,9 @@ From what I can see we need to upgrade the MODS schema from 3.1 to 3.7 and then
"@type": "BlogPosting",
"headline": "June, 2023",
"url": "https://alanorth.github.io/cgspace-notes/2023-06/",
- "wordCount": "1004",
+ "wordCount": "1179",
"datePublished": "2023-06-02T10:29:36+03:00",
- "dateModified": "2023-06-14T20:29:35+03:00",
+ "dateModified": "2023-06-17T23:14:32+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -291,6 +291,36 @@ From what I can see we need to upgrade the MODS schema from 3.1 to 3.7 and then
+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:
+
+
+
+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
+
+
+
diff --git a/docs/categories/index.html b/docs/categories/index.html
index fa9337245..e790d1d70 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index 21c0b6d17..155ab9ece 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index d98efa47d..60a7c1943 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index 7549cc23a..e040a68d7 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index 8e0d55e2d..3ed326f1e 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html
index 3dd5723ee..aeec3adc5 100644
--- a/docs/categories/notes/page/5/index.html
+++ b/docs/categories/notes/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html
index c0ca38bd8..c73124405 100644
--- a/docs/categories/notes/page/6/index.html
+++ b/docs/categories/notes/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/7/index.html b/docs/categories/notes/page/7/index.html
index 3cb3aa4b3..87e7f96b6 100644
--- a/docs/categories/notes/page/7/index.html
+++ b/docs/categories/notes/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/8/index.html b/docs/categories/notes/page/8/index.html
index 236b9d62d..136183dcb 100644
--- a/docs/categories/notes/page/8/index.html
+++ b/docs/categories/notes/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index 217124c8a..04545a8c8 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/10/index.html b/docs/page/10/index.html
index 84a5ef665..3cab8fb3e 100644
--- a/docs/page/10/index.html
+++ b/docs/page/10/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index fd3e23f35..7461882aa 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index 32effe765..f442b0d9d 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 71246b977..c625180f7 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index a4f58d03e..21a15d485 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index a89af5e26..8f3f489bb 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/7/index.html b/docs/page/7/index.html
index eb9d72532..6c0c88b74 100644
--- a/docs/page/7/index.html
+++ b/docs/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/8/index.html b/docs/page/8/index.html
index 9a0fa2a1d..d31654548 100644
--- a/docs/page/8/index.html
+++ b/docs/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/9/index.html b/docs/page/9/index.html
index b5b69174a..e62e91dd6 100644
--- a/docs/page/9/index.html
+++ b/docs/page/9/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index ec15f60a4..bf1274528 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/10/index.html b/docs/posts/page/10/index.html
index 2554fd5df..6caa0e301 100644
--- a/docs/posts/page/10/index.html
+++ b/docs/posts/page/10/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 684eccf50..dd718fbcf 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index ea99be777..666787ab2 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index 4284c54dd..bc906d9d1 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index 2ae39041d..817df2e9e 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index eaff49b54..b85401615 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html
index 074d42687..2963da631 100644
--- a/docs/posts/page/7/index.html
+++ b/docs/posts/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html
index c9550b00c..d0affe7f1 100644
--- a/docs/posts/page/8/index.html
+++ b/docs/posts/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html
index 026914979..d927384f0 100644
--- a/docs/posts/page/9/index.html
+++ b/docs/posts/page/9/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index e501b4d32..67f3d2dc4 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
https://alanorth.github.io/cgspace-notes/categories/
- 2023-06-14T20:29:35+03:00
+ 2023-06-17T23:14:32+03:00
https://alanorth.github.io/cgspace-notes/
- 2023-06-14T20:29:35+03:00
+ 2023-06-17T23:14:32+03:00
https://alanorth.github.io/cgspace-notes/2023-06/
- 2023-06-14T20:29:35+03:00
+ 2023-06-17T23:14:32+03:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2023-06-14T20:29:35+03:00
+ 2023-06-17T23:14:32+03:00
https://alanorth.github.io/cgspace-notes/posts/
- 2023-06-14T20:29:35+03:00
+ 2023-06-17T23:14:32+03:00
https://alanorth.github.io/cgspace-notes/2023-05/
2023-05-30T20:19:17+03:00