Hi,
I initiated a deployment of an app after quite some time. The app deployed - everythin worked fine. I immediately realized that I forgot to un-hide a text in the navbar. I only changed the display-property and deployed the app again - which does not seem to work as the deployment is in an infinite loop for quite some time now.
Logs don’t show anything suspicious (the v-deep error appeared in the logs on the deployment a little earlier as well, but the deployment finished anyway succesfully):
Backing up project… (604ms)
Fetching project data… (368ms)
Creating environment… (197ms)
Cleaning environment… (2ms)
Downloading WeWeb code… (542ms)
Downloading coded components… (621ms)
Downloading uploaded images… (528ms)
Downloading uploaded files… (352ms)
Injecting project informations… (1ms)
Injecting default theme… (1ms)
Injecting fonts… (0ms)
Injecting icons… (0ms)
Injecting coded components config… (1ms)
Injecting plugins… (1ms)
Injecting classes… (1ms)
Injecting style tokens… (0ms)
Injecting pages routes… (46ms)
Pages:
- /
- /auftragsbestaetigungen
- /oganisationen
- /rechnungen
- /timetracker
Generating pages files… (139ms)
No favicon defined.
No manifest icon defined
Generating robots.txt… (0ms)
Generating sitemap.xml… (1ms)
Generating manifest.json… (1ms)
File Lucida_Grande.ttf injected in /lucida_grande
File Lucida_Grande-normal.js injected in /lucida_grande_normal
Installing dependencies (cached)… (9.67s)
Building project… (15.43s)
e[1me[33m[@vue/compiler-sfc]e[0me[33m ::v-deep usage as a combinator has been deprecated. Use :deep() instead of ::v-deep .e[0m
Uploading built files… (414ms)
Since the last state (Uploading built files) nothing has changed for about 20minutes now. What should I do? Is it save to reload/close WeWeb editor during deployment to maybe trigger a new deployment?