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 @@
-
+
+ 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!
+Q-Mintership v0.63beta
+Q-Mintership v0.64beta