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
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
非常感谢您提交 issue。我们会尽快调查此事,并尽快回复您。 请确保您已经提供了尽可能多的背景信息。
This error occurs because the variable e is expected to be a date object, but it is not, hence the toISOString function is not available. This is a known issue in LobeChat 1.37.2 related to date handling during configuration file imports. The error suggests that the data being processed does not have the correct date format or type. A new data import/export implementation is needed to resolve this compatibility issue [1].
To address this, you might need to ensure that all date fields in your import data are properly formatted as JavaScript Date objects before calling the importer.importByPost function.
The text was updated successfully, but these errors were encountered: