You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the client + server version of the application on my machine.
Once connected to the server, I am prompted to create an account and select a currency. When validating, nothing happens.
Nothing appears in the console on the server side.
Despite everything, these errors appear in console. I guess they have something to do with the server's SECRET_KEY variable but I don't see if it needs to be set on the client.
Thank's
The text was updated successfully, but these errors were encountered:
Could not reproduce, looks more like a side effect of something else, do you have an error before that ?
When validating, nothing happens.
Looks like the form is somehow now working then .. can see in your log createAccount.js. Did you by any chance not selected a currency ? Can you try to create an account without login, then in app login ? You should be able then in settings/account to migrate local account to server ... let's see if that work.
Thanks for your time ☺️, I'm working on improving all this mess at the moment, really ennoying sorry for that.
Hello,
I installed the client + server version of the application on my machine.
Once connected to the server, I am prompted to create an account and select a currency. When validating, nothing happens.
Nothing appears in the console on the server side.
Despite everything, these errors appear in console. I guess they have something to do with the server's SECRET_KEY variable but I don't see if it needs to be set on the client.
Thank's
The text was updated successfully, but these errors were encountered: