jfa-go initial configurations loop #352
-
I deployed jellyfin and jfa-go on the same pod on GKE all work good except the initial configurations of jfa-go loops, after entering all data and submit it tells me to refresh to start, it duplicate the url and give me page not found then after the correction of the url it tells to enter the initial configurations from beginning and so on .. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 10 replies
-
Is there any output in the logs? It might be a permissions issue but I'm not usre. |
Beta Was this translation helpful? Give feedback.
-
after I set the domain and ssl through GKE secret, both jellyfin and jfa-go
work secure with the domain names and jfa-go login to users and
authenticate them coreeclty, but jfa-go do not get the users in accounts
tab and do not send forget password emails, however it was working on http,
is there a specific reason?
في الأحد، 4 أغسطس 2024 في 10:55 م تمت كتابة ما يلي بواسطة Harvey
Tindall ***@***.***>:
… Fixed in 8f3c723
<8f3c723>
.
—
Reply to this email directly, view it on GitHub
<#352 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKIDMG5QKHTTTFYHZ6XDIDTZP2BKNAVCNFSM6AAAAABL2ODP6GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRTGY3TMNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
everything is good now, invitation emails is working fine, but forget
password emails cannot be send unless the email address is modified from
the accounts page despite I checked the checkbox email address as username
in the setup, is there a solution to send the forget password using
username as the user enter it as valid email ?
في الأحد، 11 أغسطس 2024 في 10:07 م تمت كتابة ما يلي بواسطة Harvey
Tindall ***@***.***>:
… Would you mind having a look in the javascript console in your browser for
errors?
—
Reply to this email directly, view it on GitHub
<#352 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKIDMG3YO7QON6IDDPD3LOTZQ6Y7LAVCNFSM6AAAAABL2ODP6GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZQG4ZDANI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It was a version problem, It solved now,
There is something I want to do, If I build from source code and I changed
the config.json to be my initial configs I want, how to skip wizard and
call the config function to write my config.json in config.ini file at the
beginning of the application, without force the user to make the initial
configs, is there a way ?
…On Mon, 12 Aug 2024, 10:31 pm Harvey Tindall, ***@***.***> wrote:
Sorry I don't really understand the issue. What error is stopping password
reset/forgot password messages from working? If email isn't listed as an
option, make sure "Allow PWR with email address" is enabled in Settings >
User Page. If not, i'm not sure, could you check the logs?
—
Reply to this email directly, view it on GitHub
<#352 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKIDMG2O3EECA34SA4ZSJWDZREERHAVCNFSM6AAAAABL2ODP6GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMZRHAZDENQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Did you change the "URL Base" value on the setup page? that value should be just what comes after the domain/IP, i.e. It should be
/accounts
if you're putting jfa-go on the subfolderhttp://jellyf.in/accounts
. If you have jfa-go on a subdomain (i.e. ataccounts.jellyf.in
), then you can leave the value blank.