johne5
johne5
WWasp
Created by johne5 on 2/2/2025 in #đŸ™‹questions
Hi guys, I have a question about Client / Server functions.
the route needed to import "MyComonent".
route TestServerSideRoute { path: "/testserverside", to: TestServerSidePage } page TestServerSidePage { component: import { MyComponent } from "@src/client/testserverside" }
15 replies
WWasp
Created by johne5 on 2/2/2025 in #đŸ™‹questions
Hi guys, I have a question about Client / Server functions.
ok, i think i got the sample code working
15 replies
WWasp
Created by johne5 on 2/2/2025 in #đŸ™‹questions
Hi guys, I have a question about Client / Server functions.
@kapa.ai router.tsx:31 Uncaught SyntaxError: The requested module '/@fs/home/johne5/website/app/src/client/testserverside.jsx' does not provide an export named 'TestServerSidePage' (at router.tsx:31:10)
15 replies
WWasp
Created by johne5 on 2/2/2025 in #đŸ™‹questions
Hi guys, I have a question about Client / Server functions.
on step 1, what file do i need to add that code too? main.wasp?
15 replies
WWasp
Created by cooluke. on 1/21/2025 in #đŸ™‹questions
In development mode can I change the hostname of the server to something other than "localhost?"
if this is just for testing from your home, like i have setup. I check what my public IP address from my internet provider. and you put those numbers in the .env.server file. you still need to setup port forwarding
18 replies
WWasp
Created by cooluke. on 1/21/2025 in #đŸ™‹questions
In development mode can I change the hostname of the server to something other than "localhost?"
also, if you are trying to access the website from external. ie from your cellphone's data. you'll need to setup a public DNS with your public URL. and then you'll need to setup port forwarding. ie: port 80 routes to internal 192.168.x.x:3000. then it can be access from outside your local network.
18 replies
WWasp
Created by cooluke. on 1/21/2025 in #đŸ™‹questions
In development mode can I change the hostname of the server to something other than "localhost?"
not if it's an internal DNS server, notice i don't have a .com url on the dns name
18 replies
WWasp
Created by cooluke. on 1/21/2025 in #đŸ™‹questions
In development mode can I change the hostname of the server to something other than "localhost?"
WASP_WEB_CLIENT_URL=http://myWebServer:3000 WASP_SERVER_URL=http://myWebServer:3000
18 replies
WWasp
Created by cooluke. on 1/21/2025 in #đŸ™‹questions
In development mode can I change the hostname of the server to something other than "localhost?"
I setup a DNS name that points to my servers IP address. it kind of simulates the server being on the internet. my .env.server file looks like this.
18 replies
WWasp
Created by johne5 on 1/14/2025 in #đŸ™‹questions
Beginner question. Set as the home page?
now i need to figure out the new errors đŸ˜¦
8 replies
WWasp
Created by johne5 on 1/14/2025 in #đŸ™‹questions
Beginner question. Set as the home page?
yep, that was easy
8 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
well, that was good progress. uses accounts are getting created in the db now
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
reading over the doc. seeing if i'm missing anything else
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
well, the current is, i don't have a .env.client. i only have .env.client.example. so i'll create that now
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
the server is at 192.168.20.207. i would assume the wasp client would connect the database on localhost
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
i can open db studio on port 5555
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
bare metal
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
it's hard metal server. i'm connected to it via putty
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
72 replies
WWasp
Created by johne5 on 1/7/2025 in #đŸ™‹questions
new install of Wasp and a template is having DB connection issue
and here is a bunch of versions and the log when i start up the apps.
72 replies