TN
TN
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Issues Starting my WASP Project: Bus error
Great! Thanks for the help đŸ™‚ I'll keep troubleshooting through the Bus error
9 replies
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Does WASP work with Supabase or Firebase?
Awesome! Thank you
5 replies
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Does WASP work with Supabase or Firebase?
5 replies
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Issues Starting my WASP Project: Bus error
AMD Ryzen 7 3700X 32GB RAM RTX 2080 First time using Ubuntu running it through WSL
tn-py@DESKTOP:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
tn-py@DESKTOP:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
node -v v18.18.0 nvm -v v0.39.5
9 replies
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Issues Starting my WASP Project: Bus error
But now I can't get past bus error
But then I got this error...
tn-py@DESKTOP-:/mnt/f/Applications/Course_Cove$ wasp start
--- Starting compilation and setup phase. Hold tight... ------------------------
--- Compiling wasp project... --------------------------------------------------
--- Setting up database... -----------------------------------------------------
--- Database successfully set up. ----------------------------------------------
--- Your wasp project has successfully compiled. -------------------------------
--- Listening for file changes... ----------------------------------------------
--- Starting up generated project... -------------------------------------------

[Server] > [email protected] watch
[Server] > nodemon --exec 'npm run build-and-start || exit 1'
[Server]
[Client] > [email protected] start
[Client] > npm run validate-env && vite
[Client]
[Client]
[Client] > [email protected] validate-env
[Client] > node -r dotenv/config ./scripts/validate-env.mjs
[Client]
[Client] :mag: Validating environment variables...
[Client!] Bus error
But then I got this error...
tn-py@DESKTOP-:/mnt/f/Applications/Course_Cove$ wasp start
--- Starting compilation and setup phase. Hold tight... ------------------------
--- Compiling wasp project... --------------------------------------------------
--- Setting up database... -----------------------------------------------------
--- Database successfully set up. ----------------------------------------------
--- Your wasp project has successfully compiled. -------------------------------
--- Listening for file changes... ----------------------------------------------
--- Starting up generated project... -------------------------------------------

[Server] > [email protected] watch
[Server] > nodemon --exec 'npm run build-and-start || exit 1'
[Server]
[Client] > [email protected] start
[Client] > npm run validate-env && vite
[Client]
[Client]
[Client] > [email protected] validate-env
[Client] > node -r dotenv/config ./scripts/validate-env.mjs
[Client]
[Client] :mag: Validating environment variables...
[Client!] Bus error
9 replies
WWasp-lang
Created by TN on 10/9/2023 in #đŸ™‹questions
Issues Starting my WASP Project: Bus error
I ran it with wasp db migrate-dev following a tutorial by Matthew Berman
--- Successfully completed npm install. ----------------------------------------
--- Setting up database... -----------------------------------------------------
--- Database successfully set up. ----------------------------------------------
--- Your wasp project has successfully compiled. -------------------------------
--- Starting database migration... ---------------------------------------------
bash: line 1: /mnt/f/Applications/Video: No such file or directory

--- [Error] Migrate dev failed: ------------------------------------------------

Migrate (dev) failed with exit code: 127
tn-py@DESKTOP:/mnt/f/Applications/Video Application$
--- Successfully completed npm install. ----------------------------------------
--- Setting up database... -----------------------------------------------------
--- Database successfully set up. ----------------------------------------------
--- Your wasp project has successfully compiled. -------------------------------
--- Starting database migration... ---------------------------------------------
bash: line 1: /mnt/f/Applications/Video: No such file or directory

--- [Error] Migrate dev failed: ------------------------------------------------

Migrate (dev) failed with exit code: 127
tn-py@DESKTOP:/mnt/f/Applications/Video Application$
For some reason I was not able to get past this step for some time and yesterday it worked đŸ’ª
9 replies