We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I've got an error when I was trying to export Collection:
"dependencies": { "@_sh/strapi-plugin-ckeditor": "^2.0.4", "@strapi/plugin-documentation": "4.20.2", "@strapi/plugin-graphql": "4.20.2", "@strapi/plugin-i18n": "4.20.2", "@strapi/plugin-seo": "^1.7.7", "@strapi/plugin-users-permissions": "4.20.2", "@strapi/provider-upload-aws-s3": "^4.11.1", "@strapi/strapi": "4.20.2", "@types/lodash": "^4.14.191", "axios": "^1.4.0", "css-loader": "^6.7.3", "escape-html": "^1.0.3", "lodash": "^4.17.21", "mongodb": "^5.0.1", "node-fetch": "^3.3.1", "patch-package": "^8.0.0", "pg": "8.8.0", "pluralize": "^8.0.0", "postinstall-postinstall": "^2.1.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-router-dom": "5.3.4", "strapi-plugin-entity-relationship-chart": "^4.1.0", "strapi-plugin-import-export-entries": "^1.21.1", "strapi-plugin-multi-select": "^1.1.0", "strapi-plugin-preview-button": "1.1.3", "strapi-plugin-redirects": "^0.0.6", "style-loader": "^3.3.2", "styled-components": "5.3.3" },
### When I rolled back to the old Strapi version, everything worked fine
The text was updated successfully, but these errors were encountered:
Probably something changed with updating, BUT after increasing the memory, I've got that:
and this, when I chose CSV:
Sorry, something went wrong.
have the same problem
I see that it only happened in specific table, in others it works fine
I have same issue here. With latest version of strapi v4:
"@strapi/plugin-i18n": "~4.25.14", "@strapi/strapi": "~4.25.14", "@strapi/utils": "~4.25.14",
Do you have any planning date to fix this issue on v4? Or it's going to be included on v5 strapi version?
Thanks in advance, Jesús.
Baboo7
No branches or pull requests
Hi!
I've got an error when I was trying to export Collection:
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "^2.0.4",
"@strapi/plugin-documentation": "4.20.2",
"@strapi/plugin-graphql": "4.20.2",
"@strapi/plugin-i18n": "4.20.2",
"@strapi/plugin-seo": "^1.7.7",
"@strapi/plugin-users-permissions": "4.20.2",
"@strapi/provider-upload-aws-s3": "^4.11.1",
"@strapi/strapi": "4.20.2",
"@types/lodash": "^4.14.191",
"axios": "^1.4.0",
"css-loader": "^6.7.3",
"escape-html": "^1.0.3",
"lodash": "^4.17.21",
"mongodb": "^5.0.1",
"node-fetch": "^3.3.1",
"patch-package": "^8.0.0",
"pg": "8.8.0",
"pluralize": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"strapi-plugin-entity-relationship-chart": "^4.1.0",
"strapi-plugin-import-export-entries": "^1.21.1",
"strapi-plugin-multi-select": "^1.1.0",
"strapi-plugin-preview-button": "1.1.3",
"strapi-plugin-redirects": "^0.0.6",
"style-loader": "^3.3.2",
"styled-components": "5.3.3"
},
### When I rolled back to the old Strapi version, everything worked fine
The text was updated successfully, but these errors were encountered: