What's the default sign-in #452
-
What is the initial/default sign-in? I tried to do a sign-up but received a 'something went wrong, please try again' error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @PaPaTheGMan, If that is not the case for you, please check that your API instance is running and the frontend can communicate with it (needs to be on a publicly accessible URL and correctly set in |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back to me and pointing me to a possible issue. Once I changed the address in that variable from 'localhost' to the actual IP, things kicked off .
|
Beta Was this translation helpful? Give feedback.
Hi @PaPaTheGMan,
There's no default sign-in. If you setup everything correctly, once you access the frontend for the first time you'll be redirected to the setup flow, were you'll create your main user.
If that is not the case for you, please check that your API instance is running and the frontend can communicate with it (needs to be on a publicly accessible URL and correctly set in
VITE_MYFIN_BASE_API_URL
environment variable, like specified in the wiki)