Changes not being applied
-
Maybe it's the way I'm hosting (docker), but I often find changes not applying or new entities (Themes, Tenants, etc) not saving. The behavior is that when clicking the save button, I am sent to the home page as
admin/
, not the "source" page such asadmin/tenants
oradmin/theme/
.This means that I end up usually having to apply changes one at a time, so that I don't risk losing a lot of work, which is a lot of back and forth for someone who hates clicking. Anyone else having this issue?
-
@sspinn Hiya, I'm in the admin console pretty regularly and haven't seen this behavior.
Can you narrow down the replication steps so we can try to recreate?
Which version of FusionAuth you are running and what database you are using will also be helpful.
-
@dan
FusionAuth version: 1.53.1
DB: AWS RDS; PostgreSQL engine 16.3Running in docker. Only on community license at this time.
I'll get back with more details when I find consistent replication steps.
-
Reproduction steps:
- Go to Application page
- Click on add symbol (+)
- Fill in fields:
- name: test
- tenant: <any>
- OAuth tab -> Authorized redirect URLs: https://example.com/v2/oauth
- OAuth tab -> Logout URL: https://example.com/logout
- Click on save symbol
Note: This is all arbitrary data in these fields. I'm finding that it I need to fill in the "name" and "tenant" fields first, save the application and then go back in to enter the OAuth details.