question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Admin UI continually compiling

See original GitHub issue

On a Linux\WSL machine start a new project following the quick start guide: https://keystonejs.com/docs/walkthroughs/getting-started-with-create-keystone-app#quick-start

Run yarn dev

It should compile once, then as required by Next while editing code and browsing.

  • Confirmed it is working correctly on Windows.
  • Confirmed it’s not happening for prod builds.
  • It might be happening for CI running in production.
  • I assume developers have tested this on Mac.
  • Confirmed it to be the AdminUI and not a NextJS problem.

Linux:

image

Windows:

image

Next version: v.12.3.0

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:9
  • Comments:25 (8 by maintainers)

github_iconTop GitHub Comments

14reactions
flexdineshcommented, Sep 12, 2022

Changing the next version to 12.2.4 using yarn resolutions fixes this issue.

Add this to your package.json. Note: resolutions will only work with yarn.

"resolutions": {
  "next": "12.2.4"
}
8reactions
dcousenscommented, Sep 15, 2022

@linus-ha my intention is to leave this issue open and pinned until the next major release which will resolve these problems 💙 - I will happily notify this thread when I close

Read more comments on GitHub >

github_iconTop Results From Across the Web

Admin UI is very slow to load the first time you view it #2915
Expected behavior. Admin UI should load pretty quickly. Actual behavior. Admin UI can take over 15 seconds to load. Steps to reproduce the...
Read more >
Site Minder Admin UI - Issues with Upgrade from 12.6 to 12.7
We have recently tried to upgrade SM Admin UI from 12.6 to 12.7 version. We got the below error when we have upgraded...
Read more >
Plugin admin interface broken in 4.5.1 - WordPress.org
Hello team Cloudflare! Thanks for the awesome plugin which helped seriously speed up my web properties! In version 4.5.1 the dashboard doesn't load...
Read more >
How to Design an Admin Dashboard UI in Sketch App (Step ...
Learn UI /UX Design: https://www.giglio-designs.com/freebies Follow me on Instagram: ... Build a Dashboard UI Kit from Scratch ...
Read more >
Using Angular | Vendure docs
Start the server to compile​​ During this compilation process, a new directory will be generated at /admin-ui (as specified by the outputPath option)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found