YunoHost-Apps / castopod_ynh

Castopod package for YunoHost
https://podlibre.org/
GNU General Public License v3.0
23 stars 7 forks source link

Installer cp-install misses fields admin_gateway and auth_gateway #133

Closed pintman closed 9 months ago

pintman commented 10 months ago

Describe the bug

When running the command https://my-website/cp-install, only the fields for "Hostname" and "Media Base" are shown, but not the fields for "admin_gateway" and "auth_gateway". So I cannot fill in the required data and am getting an error when I am trying to continue the installation of castopod.

Context

orhtej2 commented 10 months ago

What error are you getting? In my experience clicking 'Next' takes you to admin creation eventually.

pintman commented 10 months ago

An error message occurs at the top saying that fields "admin_gateway" and "auth_gateway" are missing. It does not continue but stays on the same page.

orhtej2 commented 10 months ago

Can you try clicking on the 'Next' button again?

On Thu, Jan 11, 2024 at 3:31 PM Marco Bakera @.***> wrote:

An error message occurs at the top saying that fields "admin_gateway" and "auth_gateway" are missing. It does not continue but stays on the same page.

— Reply to this email directly, view it on GitHub https://github.com/YunoHost-Apps/castopod_ynh/issues/133#issuecomment-1887310708, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAV5D5T22HQJQXFOWNKKWVDYN7ZTDAVCNFSM6AAAAABBVIOQBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBXGMYTANZQHA . You are receiving this because you commented.Message ID: @.***>

pintman commented 10 months ago

Did you change anything? I tried clicking multiple times with no visible effect.

2024-01-11_17-27

orhtej2 commented 10 months ago

No, but my experience was that you needed to click `Next' twice on first page for some reason.

On Thu, Jan 11, 2024 at 5:23 PM Marco Bakera @.***> wrote:

Did you change anything? I tried clicking multiple times with no visible effect.

— Reply to this email directly, view it on GitHub https://github.com/YunoHost-Apps/castopod_ynh/issues/133#issuecomment-1887517883, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAV5D5RATSYLTUMN6J6VHGTYOAGW5AVCNFSM6AAAAABBVIOQBGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBXGUYTOOBYGM . You are receiving this because you commented.Message ID: @.***>

pintman commented 10 months ago

I think the hint string (for me in german) in the input forms field in the instance_config.php produces the problem. I contains some "-characters.

After removing this I get the complete input form and can continue.

orhtej2 commented 10 months ago

This issue was reported upstream as well as I can see: https://code.castopod.org/adaures/castopod/-/issues/412

pintman commented 10 months ago

That's correct. Unfortunately I am not able to post a hint for the solution there: wasn't able to register. Further I didn't get an answer to my related mastodon post. :(

pintman commented 10 months ago

Reported upstream.

https://code.castopod.org/adaures/castopod/-/issues/412

orhtej2 commented 9 months ago

As commented upstream change locale (language preferences) to English to circumvent the issue (for now).

orhtej2 commented 9 months ago

I'm closing this one as it's an upstream issue properly tracked.