VolanDeVovan
VolanDeVovan
Протесчу чуть позже
Created a repository which you can use as an example until its fixed https://github.com/VolanDeVovan/near-vite-example
Same issue. I'm using a Swarm
Have same issue in cloud installation (helm) But i cant solve it by manually run ``` git@gitlab-toolbox-8684fc585b-wb859:/$ gitlab-rake gitlab:background_migrations:finalize[ProjectNamespaces::BackfillProjectNamespaces,projects,id,'[null\,"up"]'] rake aborted! Gitlab::Database::BackgroundMigration::BatchedMigrationRunner::FailedToFinalize: Gitlab::Database::BackgroundMigration::BatchedMigrationRunner::FailedToFinalize /srv/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:76:in `finalize' /srv/gitlab/lib/gitlab/database/background_migration/batched_migration_runner.rb:10:in `finalize' /srv/gitlab/lib/tasks/gitlab/background_migrations.rake:70:in `finalize_migration' /srv/gitlab/lib/tasks/gitlab/background_migrations.rake:18:in...
My working example ``` FROM node:18.12.1 RUN wget -qO - https://dl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /usr/share/keyrings/googlechrome-linux-keyring.gpg && \ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/googlechrome-linux-keyring.gpg] http://dl.google.com/linux/chrome/deb/ stable main" | tee /etc/apt/sources.list.d/google-chrome.list && \...
> Does that work on ARM64 as well as AMD64? i dont think so need to check
its awesome!! I really hope it will be in the master
> Where is this error coming from, the tracker or the UI? I got it from the docker compose logs so I think it's a server error Also it stopped...