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
ReferenceError: getExportFiles is not defined
at exportSiteController (file:///home/rkb/site-builder/src/controllers/export.js:10:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Node.js v22.12.0
To Reproduce
Steps to reproduce the behavior:
Settings
General
Backup
The text was updated successfully, but these errors were encountered:
Hi @kroghdk Thanks for the issue, yes Import/Export doesn't work right now.
I am busy with a similar project and I don't have time to work on this project, I think you would like it https://github.com/fluentcms/FluentCMS. some features are similar to this project and FluentCMS is more feature rich
Describe the bug
[POST] /api/export
file:///home/rkb/site-builder/src/controllers/export.js:10
const files = await getExportFiles()
^
ReferenceError: getExportFiles is not defined
at exportSiteController (file:///home/rkb/site-builder/src/controllers/export.js:10:19)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Node.js v22.12.0
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: