FanBoy
FanBoy
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
Thank you @miho ❤️
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
NICE!
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
but if you access via network, it's making calls to localhost
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
it says it's available at [Client] ? Local: http://localhost:3000/ [Client] ? Network: http://192.168.7.2:3000/ [Client] ? press h to show help
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
even the wasp todo example does the same thing
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
I'm not deploying anything, I'm literally trying wasp for the first time 🙂
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
I've also set the same thing in .env.server
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
but my webapp is still trying to make calls to localhost when I visit it remotely.
19 replies
WWasp-lang
Created by FanBoy on 10/23/2023 in #🙋questions
My browser is trying to make calls to localhost endpoints, despite the app being accessed remotely
Hmm thank you, I don't quite understand that though. It's mentioning Dockerfile....I don't even have docker installed so it would be a miracle for this to somehow be running in a container. And fine I'll even play along and do export WASP_WEB_CLIENT_URL="http://192.168.7.2"
19 replies