Hugoo
Hugoo
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
Interesting I’ll take a look later today
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai but I only have 1 new page and like 30 components installed didn't change anything so it's all simple wasp opensaas.sh boilerplate so the ad blocker is probably blocking some ngrok request because it would be weird if there is a code that it blocks because the page is completely white.
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
yeah it's the ad blocker I know that but can this be a problem when launching it for real? @kapa.ai or is it because the ad blocker blocks ngrok or something like this?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai when using incognito it was fine but 2 browsers white screen can this be an ad blocker? because that is a problem right?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai ngrok opens on my local pc and my mobile phon but when using my laptop the screen is white the logs show status 200 in the ngrok terminal
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
okay so 1 part of my landing page seems to be slow on ngrok but no not on localhost how is this possible? @kapa.ai can this be ngrok?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai lightspeed is showing a big different in LCP 580ms localhost and 4.7min for ngrok host
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai okay can I test the speed of my rpoject locally somehwere?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
okay can I test the speed of my browser somewhere?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai it works. but 1 question the website is really slow when running on my phone and it's fast and easy to run on my laptop how is this possible? and why
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai my ngrok URL doesn't have :3000 and :3001 as port so is this a problem when entering this in my .env files?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
how can I start ngrok when running WSL ubuntu? @kapa.ai
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
yes my router address is the same on my phone network as my pc network @kapa.ai I also chagned the firewalls and added the port connection. do I nee ngrok now>
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
well i'm using ethernet cable and the network name is different but i'm 99% sure i'm on the wifi network that's the same as ethernet network ,because I've done this in the past on the same wifi network. @kapa.ai
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai I'm running WSL and changed the firwall steps for ubuntu and windows and still it isn't working
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
okay but @kapa.ai nip.io does the same basically right
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai can i not use the following ngrok for this?
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai I think the firewall settings isn't correct because i'm on the correct network
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
i've followed the steps from the guide @kapa.ai but it's not working it's not loading. Simply run your app with wasp start Look for this part of Wasp's output in the terminal: [ Client ] VITE v5.2.6 ready in 229 ms [ Client ] [ Client ] ➜ Local: http://localhost:3000/ +[ Client ] ➜ Network: http://192.168.1.39:3000/ +[ Client ] ➜ Network: http://198.19.249.3:3000/ +[ Client ] ➜ Network: http://192.168.215.0:3000/ [ Client ] ➜ press h + enter to show help Try opening the app on your phone using one of the URLs. You might get just one Network URL, use that one. If you got multiple network interfaces on your machine, you'll get more URLs, just try them all until you see the client of your app open. Important: the app is still not functional. For that we need to adjust some env variables. Edit .env.server to contain: WASP_WEB_CLIENT_URL=http://192.168.1.39.nip.io:3000 ^ This is the URL with the IP you picked in step 3 above You'll notice we wrote the URLs like this: http://<your-ip>.nip.io:<port> 1. nip.io is a simple DNS service that we can use during development (we'll explain below a bit more) 2. The <port> part is 3000 for the client, and 3001 for the server WASP_SERVER_URL=http://192.168.1.39.nip.io:3001 And the .env.client to contain: REACT_APP_API_URL=http://192.168.1.39.nip.io:3001 Why we defined those env vars We defined WASP_WEB_CLIENT_URL to make sure CORS works. We defined WASP_SERVER_URL to make sure OAuth redirects work. You'll need to adjust your redirect URLs for each of the OAuth providers as well. We defined REACT_APP_API_URL so our client where to find our server on the local network, otherwise it won't work. Try loading your website again on your phone, for the example above, we would now open http://192.168.1.39.nip.io:3000 I followed these steps.
126 replies
WWasp-lang
Created by Hugoo on 10/1/2024 in #🙋questions
I want just 1 page like coverlettergpt. how can I do this with the opensaas boilerplate?
@kapa.ai I don't have a .env.client file only an .env.cient.example file so I can't run it locally because I need a .env.client file why don't i have this?
126 replies