-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
Import throw Error: not found #5
Comments
Hi @MauriceOppenberger , I kind of remember I have met this issue as well.
|
Hi @lazurey , console showing : |
hi @mohmmadmoussa1988 a really simple example could be this: [
{
"id": 1,
"title": "unique",
"content": "There is something to eat aha",
"created_at": "2020-06-08T01:48:47.555Z",
"updated_at": "2020-06-08T01:48:47.555Z"
}
] You need to create a content type with only 2 fields, |
Anyone have any luck with this? - am on strapi 3.2.4 and get the same thing. |
Hi,
Thanks for this plugin.
I installed the plugin and gave it a test run. The export works as expected, however, the import throws a NOT FOUND error.
main.1b25cb36.chunk.js:1 POST http://localhost:1337/content-export-import/import 404 (Not Found)
debug POST /content-export-import/import (8 ms) 404.
Can you suggest anything that could solve this issue? Please let me know if what further information you would need.
Thanks
The text was updated successfully, but these errors were encountered: