Skip to content

[Bug]: Unable to run on WSL:2 Ubuntu #1131

@ralphsmith80

Description

@ralphsmith80

Version

VisualStudio Code extension

Operating System

Windows 10

What happened?

I'm using WSL Ubuntu on Windows 10.

I have everything that's required based on the instructions in the getting started video. The only difficulty I faced was installing MongoDB which required a change to the following file to address the DNS issue.

/etc/resolv.conf

nameserver 8.8.8.8
nameserver 1.1.1.1

This is what I have install:

  • Python 3.10.11
  • Node v20.17.0
  • Mongo 2.3.4

I've validated that mongo is running

● mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; disabled; vendor preset:>
Active: active (running) since Tue 2024-12-10 12:28:20 MST; 12s ago
Docs: https://docs.mongodb.org/manual
Main PID: 446742 (mongod)
Memory: 206.4M
CGroup: /system.slice/mongod.service
└─446742 /usr/bin/mongod --config /etc/mongod.conf

When I attempt to Create New App the process just spins.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions