Hi Balena team! I have been preloading my Balena OS images for Raspberry Pis and Odroids successfully, but for some reason I cannot preload an image for the Intel NUC. Normally after “Creating preloader container” the process continues, but for some reason with this specific app it never goes past this step.
Could you try running the command with debug enabled (sudo DEBUG=1 balena preload ...) and posting the logs here? That might give us more information about what’s going on.
Running it that way showed that my balena CLI token expired; after doing balena login and going through the web authorization steps again I was able to preload successfully, thanks for the tip!