npm run deploy takes forever #2848
-
Hi everyone. I'm trying to deploy custom Hubs client and see "Building Admin Console" for 20 minutes i think. Is this really a correct build time or something wrong with the build in general? I canceled build under Windows and trying on WSL - same stuff. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
When I have an issue with the admin panel build, the To test that your admin panel build is working, in your hubs repo root, try:
Let me know how it goes. |
Beta Was this translation helpful? Give feedback.
When I have an issue with the admin panel build, the
npm run deploy
command hangs on the "Building Admin Console". Though sometimes with thenpm run deploy
command, I have to run it once or twice until it goes through.To test that your admin panel build is working, in your hubs repo root, try:
cd admin
npm ci
npm run deploy
command again.Let me know how it goes.