Infinitii Loading Issue - workspace Not Starting Even After Builder is Finished in EnvBuilder

Hey everyone, I'm encountering an issue with my setup in coder. The builder process completes successfully, but when I try to start the workspace, it just doesn't launch. Instead, I'm stuck with infinite loading. I've checked the logs and everything seems fine, but the workspace doesn't seem to initialize properly. - devcontainer.json
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"multiUser": true,
"version": "latest"
},
"ghcr.io/nils-geistmann/devcontainers-features/zsh:0": {
"setLocale": true,
"theme": "robbyrussell",
"plugins": "git docker",
"desiredLocale": "en_US.UTF-8 UTF-8"
}
},
"remoteUser": "vscode",
"containerUser": "vscode"
}
{
"name": "Debian",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"multiUser": true,
"version": "latest"
},
"ghcr.io/nils-geistmann/devcontainers-features/zsh:0": {
"setLocale": true,
"theme": "robbyrussell",
"plugins": "git docker",
"desiredLocale": "en_US.UTF-8 UTF-8"
}
},
"remoteUser": "vscode",
"containerUser": "vscode"
}

- docker-devcontainer.tfhttps://gist.github.com/khilmeee/92eaab9277dd68cde7a498aae0ecdce9 I’ve tried restarting and rebuilding the workspace, but nothing seems to work. Any help would be appreciated! Thanks in advance! 🙏
Gist
templ.tf
GitHub Gist: instantly share code, notes, and snippets.
No description
5 Replies
Codercord
Codercord5d ago
<#1322648671602610248>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Phorcys
Phorcys4d ago
hey @miwone, could you send the full workspace logs?
miwone
miwoneOP4d ago
It's fixed already! I changed the nix feature in the devcontainer to multiUser: false, and it worked. 😄
Phorcys
Phorcys3d ago
nice! thanks :-)
Codercord
Codercord3d ago
@Phorcys closed the thread.

Did you find this page helpful?