Saving context data to the file-system, saving map type data will fail

setting

contextStorage: {
   default: {
       module: "localfilesystem"
   }
}

After enabling file persistence, saving map type data will fail, while other types can succeed. Why is this? How to solve it
开启文件持久化后,保存map类型的数据会失败,其他类型可以成功,这是为什么?该如何解决呢

This stackoverflow entry may help you serialise the map type data so you can save it to file context serialise map data at DuckDuckGo

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.