Hi @Maharshi
As I already mentioned, you need WSL2: Error in running Metabase backend and setting up driver
You need to run both the frontend and backend.
Post the output of:
# OS and version
sed -nE 's/^PRETTY_NAME="([^"]+)"$/\1/p' /etc/os-release
# Git branch and commit
echo `git status | head -1 && git log -1 --format="commit %H"`
# Java version and architecture
java -version
# Java variable configuration
echo $JAVA_HOME
# Java path configuration
echo $PATH | grep --color=never -oe "/usr/lib/jvm/[^:]*"
# NodeJS version
node --version
# Yarn version
yarn --version
# Clojure version
clojure --help | grep Version