wardbox
wardbox
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
then any time after it's fine
29 replies
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
it seems like it's only the very first connection that is delayed
29 replies
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
nah
29 replies
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
@kapa.ai is there anything i could do with wasp to test this automatically to froce a connection?
29 replies
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
@kapa.ai it happens even if i deploy then leave for a few hours without testing it out, it's always on the first websocket interaction
29 replies
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
@kapa.ai separate question about websockets and deploying to fly.io. every time i do a fresh deploy for the very first interaction with a websocket it takes a few seconds to register, then they're really smooth after. this only happens after a new wasp deployment and then is fine once i do it once. what might be causing this? could it be a delay in spinning up the client machine?
29 replies
WWasp
Created by nicop on 12/20/2024 in #đŸ™‹questions
Unable to start wasp
No description
20 replies
WWasp
Created by nicop on 12/20/2024 in #đŸ™‹questions
Unable to start wasp
oops, do i need to remove some fixed package in roke?
20 replies
WWasp
Created by wardbox on 1/13/2025 in #đŸ™‹questions
Wasp websockets with multi-region fly.io app
lol thank you, just gonna give it a whirl with multi-region and see what happens. i dont know much about the backend infrastructure they use to actually serve in different regions
29 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
client_url had to be my custom domain, server_url remained fly.dev url for the server app
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
i got it working đŸ¤“
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@kapa.ai i set the github callback url to the fly url and now it redirects to my custom domain after login properly
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
i set the github callback url to the fly url and now it redirects to my custom domain after login properly
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@kapa.ai as i mentioned local works on 3001, production does not work with my custom domain, but does with https://tweetlaunch-server.fly.dev
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
i use 3001 for local @kapa.ai does that change anything?
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
why does it work with the fly.dev url? @kapa.ai
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@kapa.ai it works locally but not in production.
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@kapa.ai these are the logs. i confirmed i have my custom domain set on the github oauth, my secrets are set properly for the urls, and i cleared my cache 2024-12-16 21:30:24.481
GET /auth/me 401 0.711 ms - 43 2024-12-16 21:30:24.004
GET /auth/github/login 302 1.595 ms - - 2024-12-16 21:30:20.032
GET /auth/me 401 0.908 ms - 43 2024-12-16 21:28:24.376
GET /auth/me 401 0.852 ms - 43 2024-12-16 21:28:23.942
GET /auth/github/login 302 1.284 ms - - 2024-12-16 21:27:55.178
GET /auth/me 401 4.685 ms - 43 2024-12-16 21:26:51.087
GET /auth/me 401 0.864 ms - 43 2024-12-16 21:26:50.725
GET /auth/github/login 302 81.926 ms - - 2024-12-16 21:26:14.643
Server listening on port 3000 2024-12-16 21:26:13.923
pg-boss started!
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@kapa.ai does this help? this si the response after i click login with github authorize?response_type=code&client_id=Ov23lif6Ug8…iWUY_7oG0bA9avlCIFXsFPww57mjAWG7uRz1a4&scope=user 302 document / Redirect tweetlaunch-server.fly.dev/auth/github/login
74 replies
WWasp
Created by wardbox on 12/17/2024 in #đŸ™‹questions
Github Auth callback url fly
@kapa.ai i have wasp_web_client_url and wasp_server_url set to my custom domain
74 replies