You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.
So basically after retrive the data from contentful and try to marshal it to string and unmarshal it into *contentful.Asset type. I got this error message:
panic: interface conversion: interface {} is map[string]interface {}, not string
So basically after retrive the data from contentful and try to marshal it to string and unmarshal it into *contentful.Asset type. I got this error message:
panic: interface conversion: interface {} is map[string]interface {}, not string
Which then leads me to here
Any suggestion about it?
The text was updated successfully, but these errors were encountered: