|
Hi, I really like the application and would like to host it locally. However I tried with several email providers (gmail, gmx) and when I want to sign up an account I get the error message I tried again - didn't help :) Also, there is no further error message whatsoever, so it's a bit tough for me to tell what exactly went wrong. The configuration is as follows Am I missing something, or is there an option to create an user account without email verification? |
Replies: 2 comments 12 replies
|
Hi @flborn, When you open MyFin on the browser, are you redirected to the setup flow or login page? |
|
So I'm sorry. But I am missing the answer to the initial login credentials. VITE_MYFIN_BASE_API_URL=https://192.168.0.103:3001 The browser output for http://192.168.0.103:3001 is {"info":"MyFin API","version":"4.5.0"} |
That seems to indicate that your frontend can't establish a connection to the backend (myfin-api). Make sure your api is up and running on a publicly accessible url and that you're setting
VITE_MYFIN_BASE_API_URLenvironment variable to that same URL, as per this wiki page.