Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
179 stars 95 forks source link

[BUG] Empty admin page with Strapi 4.10.5 #120

Closed murbanowicz closed 1 year ago

murbanowicz commented 1 year ago

Describe the bug I have tried to install this plugin, but after many tries it is still not working.

To Reproduce Steps to reproduce the behavior: Strapi 4.10.5 with TypeScript.

  1. Installed the package "strapi-plugin-import-export-entries": "^1.19.2"
  2. Modified plugins.ts
  3. Modified webpack config:

const MonacoWebpackPlugin = require('monaco-editor-webpack-plugin');

/ eslint-disable no-unused-vars / module.exports = (config, webpack) => { config.plugins.push(new MonacoWebpackPlugin());

return config; };


4. Removed dist/build and .cache
5. Ran `pnpm run build` 
6. http://localhost:1337/admin -> `Uncaught TypeError: Cannot set properties of undefined (setting 'apex')`

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
Baboo7 commented 1 year ago

Can you try to remove the webpack config above completely and tell me if it works?

Baboo7 commented 1 year ago

@murbanowicz have you tried removing the webpack config? It works on my side when doing so, so I'll update the README if it solves the issue on your side as well

Przecza commented 1 year ago

@Baboo7 I have the same issue. When I remove webpack config, the administration works.

Strapi: 4.10.8

Baboo7 commented 1 year ago

All right 👍 I removed the webpack configuration from the installation section. I'm closing this issue now