I receive this error when trying to publish: Error: “i18n/ru.json:1:1”: failed to load translations: failed to unmarshal ru.json: json: cannot unmarshal string into Go value of type map[string]interface {}
Any fixes?
I receive this error when trying to publish: Error: “i18n/ru.json:1:1”: failed to load translations: failed to unmarshal ru.json: json: cannot unmarshal string into Go value of type map[string]interface {}
Any fixes?
Try changing the Hugo version to 0.91 (recommended) on the Design page, and confirm the change by clicking the Update Design button.
That seemed to work. Thank you!