strapi-import-content-plugin-tutorial icon indicating copy to clipboard operation
strapi-import-content-plugin-tutorial copied to clipboard

BUG:

Open bbrangeo opened this issue 3 years ago • 4 comments

Hi, from plugins/import-content/admin/src/containers/CreateImportPage/index.js

In function : getModels :

const res = await axios.get(api_url + 'content-type-builder/models')

I have a bug :

http://localhost:1337/content-type-builder/models net::ERR_BLOCKED_BY_CLIENT

Capture d’écran 2021-04-22 à 14 22 34

Tks for help

bbrangeo avatar Apr 22 '21 12:04 bbrangeo

Hello did you get the plugin to install

Alhasan-softwear avatar Apr 23 '21 06:04 Alhasan-softwear

Hi, from plugins/import-content/admin/src/containers/CreateImportPage/index.js

In function : getModels :

const res = await axios.get(api_url + 'content-type-builder/models')

I have a bug :

http://localhost:1337/content-type-builder/models net::ERR_BLOCKED_BY_CLIENT

Capture d’écran 2021-04-22 à 14 22 34

What package manager are you using because has I know this does not work properly with npm because plugin is outdated

Alhasan-softwear avatar Apr 23 '21 06:04 Alhasan-softwear

ok trying my best to try to fix this

Alhasan-softwear avatar Apr 23 '21 07:04 Alhasan-softwear

BUG (tested by: Strapi: v.3.6.8; node: v14.20.0):

  • import from .csv is non-success result - only 1-3 rows from ~1 000 rows;
  • /import page constantly freezes.

NOTE:

  • tested dataset-table previosly export from dublicate entity from Strapi;
  • prev.export and after that import from Json is good - all records are imported;

SAG33 avatar Aug 05 '22 14:08 SAG33