Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ralphsmith80 opened this issue Dec 10, 2024 · 0 comments
Open

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

ralphsmith80 opened this issue Dec 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ralphsmith80
Copy link

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

@ralphsmith80 ralphsmith80 added the bug Something isn't working label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant