Vladimir
WWasp
•Created by Vladimir on 2/5/2025 in #đŸ™‹questions
wasp deploy fly deploy has caused importing issues
Solved. import statement for some reason was importing from .wasp/... and had to be from 'wasp/client/router'
24 replies
WWasp
•Created by Vladimir on 2/5/2025 in #đŸ™‹questions
wasp deploy fly deploy has caused importing issues
@kapa.ai a.ai where do i fing ext-src folder
[ Wasp ] ext-src/landing-page/contentSections.ts(2,24): error TS2307: Cannot find module '../../.wasp/out/sdk/wasp/client/router' or its corresponding type declarations.
24 replies
WWasp
•Created by Vladimir on 2/5/2025 in #đŸ™‹questions
wasp deploy fly deploy has caused importing issues
@kapa.ai where do i fing ext-src folder
[ Wasp ] ext-src/landing-page/contentSections.ts(2,24): error TS2307: Cannot find module '../../.wasp/out/sdk/wasp/client/router' or its corresponding type declarations.
24 replies
WWasp
•Created by Vladimir on 2/5/2025 in #đŸ™‹questions
wasp deploy fly deploy has caused importing issues
@kapa.ai ai after deploying all the import statements
import { type DailyStats } from 'wasp/entities';
import { type DailyStatsJob } from 'wasp/server/jobs';
got an error: Cannot find module 'wasp/server/jobs' or its corresponding type declarations.
24 replies
WWasp
•Created by Vladimir on 2/5/2025 in #đŸ™‹questions
wasp deploy fly deploy has caused importing issues
@kapa.ai after deploying all the import statements
import { type DailyStats } from 'wasp/entities';
import { type DailyStatsJob } from 'wasp/server/jobs';
got an error: Cannot find module 'wasp/server/jobs' or its corresponding type declarations.
24 replies
WWasp
•Created by Vladimir on 1/29/2025 in #đŸ™‹questions
is @everyone able to jump on a call and help me deploy to fly.io?
@kapa.ai ive solved the issue
21 replies
WWasp
•Created by Vladimir on 1/29/2025 in #đŸ™‹questions
is @everyone able to jump on a call and help me deploy to fly.io?
@kapa.ai here are logs 2025-01-30T02:09:57Z proxy[d8d9e0eb100e08] mia [error][PC01] instance refused connection. is your app listening on 0.0.0.0:3000? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)
21 replies
WWasp
•Created by Vladimir on 1/29/2025 in #đŸ™‹questions
is @everyone able to jump on a call and help me deploy to fly.io?
@kapa.ai ive deployed my app, client works great but has troubles accessing server, here are logs for server
2025-01-30T02:05:19.431 proxy[d8d9e0eb100e08] mia [error] [PC01] instance refused connection. is your app listening on 0.0.0.0:3000? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)
21 replies
WWasp
•Created by Vladimir on 1/29/2025 in #đŸ™‹questions
is @everyone able to jump on a call and help me deploy to fly.io?
ive managed to get it up and running with help from Mike but now my server cant talk to my client,
2025-01-30T01:50:55.211 proxy[d8d9e0eb100e08] mia [error] [PC01] instance refused connection. is your app listening on 0.0.0.0:3000? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)
and ive specified correct links in config.js21 replies