diff --git a/assets/js/QortalApi.js b/assets/js/QortalApi.js index c3da022..85f2d18 100644 --- a/assets/js/QortalApi.js +++ b/assets/js/QortalApi.js @@ -102,7 +102,7 @@ const objectToBase64 = async (obj) => { reader.onloadend = () => { if (typeof reader.result === 'string') { // Remove 'data:application/jsonbase64,' prefix - const base64 = reader.result.replace('data:application/jsonbase64,', '') + const base64 = reader.result.replace('data:application/json;base64,', '') console.log(`base64 resolution: ${base64}`) resolve(base64) } else { diff --git a/index.html b/index.html index 9251b59..da69c27 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ - Q-Mintership Alpha v0.63b
+ Q-Mintership Alpha v0.64b
@@ -202,7 +202,24 @@

- Issues from QDN 12-27-2024

+ publish fix+ Notes 12-28-2024 +
+
+
+
+

+ Fixed an issue causing publishes to fail, after cleaning up part of the code here. Also, a re-built db with the archive rebuild run on it, that should help significantly with 'missing data' on nodes, is now on the bootstrap cluster. Once a new bootstrap has been created an announcement will be made. Thank you!

+
+
+ + + +
+
+
+
+

+ Massive performance + Notes 12-27-2024

@@ -349,7 +366,7 @@
- +