-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
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.
