infinispan / infinispan-console

Infinispan Server Web Console
https://infinispan.org/
Apache License 2.0
26 stars 31 forks source link

Web Console does not allow to create caches with cross-site enabled #529

Open pruivo opened 1 week ago

pruivo commented 1 week ago

Describe the bug

When trying to add the backups feature, it says Backups are disabled although in the Data Container page it detects the site's name just fine.

xsite1 xsite2

Expected behavior

I'm expecting to be able to create caches with backups :)

Actual behavior

I'm unable to create caches with backups :(

How to Reproduce?

  1. Start a server:
    podman run -e USER=admin -e PASS=admin --network host quay.io/infinispan/server:15.0.10.Final -c infinispan-xsite.xml -b 127.0.0.1 -k 127.0.0.1
  2. Access and login into the web console on http://127.0.0.1:11222
  3. Click on Create cache and give it a name test. Click next
  4. On the second page click next
  5. On Add Infinispan capabilities, add Backups and I'm unable to proceed

Output of uname -a or ver

Linux pedro-desktop 6.11.2-4-MANJARO #1 SMP PREEMPT_DYNAMIC Tue Oct 8 11:52:01 UTC 2024 x86_64 GNU/Linux

Infinispan version or git rev

15.0.10.Final

Additional information

No response

karesti commented 6 days ago

@pruivo I can't run the container with -b 127.0.0.1 -k 127.0.0.1

If I remove those, I run it and I can create backups

Screenshot 2024-10-16 at 10 53 35

karesti commented 6 days ago

@pruivo sorry, I was running 15.1 not 15.0. There is a bug in 15.0

pruivo commented 6 days ago

Thanks @karesti !