Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

NikolayKiselev's avatar

After upgrading nova to 4.21.0 version absent sidebar. There are no errors in the console

After upgrading nova to 4.21.0 version absent sidebar. There are no errors in the console

0 likes
5 replies
NikolayKiselev's avatar

@Talinon Sure, i run this commands: php artisan cache:clear php artisan view:clear php artisan config:clear

NikolayKiselev's avatar

I had to register Nova Core Service Provider to open the login page. Without it, but I got an error in the console: app.js:335 Uncaught TypeError: Cannot read properties of undefined (reading 'forEach') at mo.registerStoreModules (app.js:335) at mo.liftOff (app.js:172) at login:47 Js code: /**

  • Register the built-in Vuex modules for each resource */ registerStoreModules() { this.app.use(this.store)
this.config('resources').forEach(resource => {
  this.store.registerModule(resource.uriKey, resourceStore)
})

}

Please or to participate in this conversation.