[solved] Deployment is stuck... infinite loop - what to do now?

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… :white_check_mark: (604ms)
Fetching project data… :white_check_mark: (368ms)
Creating environment… :white_check_mark: (197ms)
Cleaning environment… :white_check_mark: (2ms)
Downloading WeWeb code… :white_check_mark: (542ms)
Downloading coded components… :white_check_mark: (621ms)
Downloading uploaded images… :white_check_mark: (528ms)
Downloading uploaded files… :white_check_mark: (352ms)
Injecting project informations… :white_check_mark: (1ms)
Injecting default theme… :white_check_mark: (1ms)
Injecting fonts… :white_check_mark: (0ms)
Injecting icons… :white_check_mark: (0ms)
Injecting coded components config… :white_check_mark: (1ms)
Injecting plugins… :white_check_mark: (1ms)
Injecting classes… :white_check_mark: (1ms)
Injecting style tokens… :white_check_mark: (0ms)
Injecting pages routes… :white_check_mark: (46ms)
Pages:

  • :globe_with_meridians: /
  • :lock: /auftragsbestaetigungen
  • :lock: /oganisationen
  • :lock: /rechnungen
  • :lock: /timetracker
    Generating pages files… :white_check_mark: (139ms)
    :small_orange_diamond: No favicon defined.
    :small_orange_diamond: No manifest icon defined
    Generating robots.txt… :white_check_mark: (0ms)
    Generating sitemap.xml… :white_check_mark: (1ms)
    Generating manifest.json… :white_check_mark: (1ms)
    File Lucida_Grande.ttf injected in /lucida_grande
    File Lucida_Grande-normal.js injected in /lucida_grande_normal
    Installing dependencies (cached)… :white_check_mark: (9.67s)
    Building project… :white_check_mark: (15.43s)
    :x: 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… :white_check_mark: (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?

In case someone else has the same issue… When I checked in the project settings of my app, the logs showed that the deployment finished succesfully, so it seems there is a bug in the editor which results under some circumstances to the logs not being updated (and the spinning wheel of the deployment button as well)…

Hi @julian, yes you are right, I noticed it as well. Will investigate further, thank you!

We have this same issue every time, but the project settings show the failures and we can confirm that the build doesn’t go through. Usually takes 5-10 tries before it eventually works.

We’ve been experiencing this since November. Tried removing all plugins (except xano) and still see the same behavior.