Admin UI continually compiling
See original GitHub issueOn 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:
Windows:
Next version: v.12.3.0
Issue Analytics
- State:
- Created a year ago
- Reactions:9
- Comments:25 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Changing the next version to
12.2.4
using yarnresolutions
fixes this issue.Add this to your
package.json
. Note: resolutions will only work with yarn.@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