Blank Admin Page: regeneratorRuntime is not defined (babel?)

I have managed to solve the issue with following:

  • Update strapi version with plugins in package.json to 4.2.0
  • add apiToken: { salt: env("API_TOKEN_SALT"), }, to config/admin.js
  • add "users-permissions": { config: { jwtSecret: env("JWT_SECRET"), }, }, to config/plugins.js