Nissou
Nissou
WWasp-lang
Created by Nissou on 5/3/2024 in #🙋questions
[Authentification] NetworkError when singin on a fresh install
I resolved the problem :
# .env.server
WASP_WEB_CLIENT_URL=http://my-srv-ip:3000

# .env.client
REACT_APP_SOME_VAR_NAME=foo
REACT_APP_API_URL=http://my-srv-ip:3001
# .env.server
WASP_WEB_CLIENT_URL=http://my-srv-ip:3000

# .env.client
REACT_APP_SOME_VAR_NAME=foo
REACT_APP_API_URL=http://my-srv-ip:3001
Because I'm using a virtual machin on my proxmox host to test 😉
6 replies