beatdown_kai
beatdown_kai
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
thanks for all ur help
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
sickk, its kinda working!
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
needed to change vite config so it doesnt open on startup
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
...stuff...
[ Client!] Error: spawn xdg-open ENOENT
[ Client!] at ChildProcess._handle.onexit (node:internal/child_process:284:19)
[ Client!] at onErrorNT (node:internal/child_process:477:16)
[ Client!] at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[ Client!] Emitted 'error' event on ChildProcess instance at:
[ Client!] at ChildProcess._handle.onexit (node:internal/child_process:290:12)
[ Client!] at onErrorNT (node:internal/child_process:477:16)
[ Client!] at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
[ Client!] errno: -2,
[ Client!] code: 'ENOENT',
[ Client!] syscall: 'spawn xdg-open',
[ Client!] path: 'xdg-open',
[ Client!] spawnargs: [ 'http://localhost:3000/' ]
[ Client!] }
[ Client!]
[ Client!] Node.js v18.18.2
...stuff...
[ Client!] Error: spawn xdg-open ENOENT
[ Client!] at ChildProcess._handle.onexit (node:internal/child_process:284:19)
[ Client!] at onErrorNT (node:internal/child_process:477:16)
[ Client!] at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[ Client!] Emitted 'error' event on ChildProcess instance at:
[ Client!] at ChildProcess._handle.onexit (node:internal/child_process:290:12)
[ Client!] at onErrorNT (node:internal/child_process:477:16)
[ Client!] at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
[ Client!] errno: -2,
[ Client!] code: 'ENOENT',
[ Client!] syscall: 'spawn xdg-open',
[ Client!] path: 'xdg-open',
[ Client!] spawnargs: [ 'http://localhost:3000/' ]
[ Client!] }
[ Client!]
[ Client!] Node.js v18.18.2
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
followed these instructions and it seems like we made some progress, but now I'm running into this ...
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
No description
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
No description
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
im gonna do a screen recording at this point lol
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
well too early to say it works, but for some reason the terminal is actually getting my input now while wasp db migrate-dev is working in another terminal?
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
it works now lol
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
oh wait
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
for some reason I cant ssh in from terminal 2 after running wasp db migrate-dev.... terminal 2 hangs if I'm already ssh'd in, and I cant ssh in after running wasp db migrate-dev on terimal 1
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
oh man, wasp start is tryna build the SDK and its hanging again đŸ˜¦
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
should I rerun wasp db migrate-dev now or go ahead and start the app?
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
and it ran, but I didn't get any output?
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
do i need wasp start db in the background to run npx tsc?
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
i cant ctrl+c when it gets to the "Building SDK stage" because it stops responding to my input, but Im gonna try rebooting the instance and running npx tsc directly.... one sec
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
How to test the backend in isolation
ok cool, I will definitely ping you in an hour or so after i figure out these deployment issues lol. thankyou!
5 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
is there like a verbose option for the db-migrate?
39 replies
WWasp-lang
Created by beatdown_kai on 3/13/2024 in #đŸ™‹questions
Whenever I run `wasp db migrate-dev` on my ec2 instance (micro free tier) it causes the box to hang
but its doing work - like the first couple attempts it was still running npm install and I was just being impatient - i let it run for like 5 minutes and npm packages were installed
39 replies