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
Hi,
Everytime I create a new role on the KAUI dashboard, the role is created but I receive an error message.
I'm not a Ruby developer so I can't help much on the issue.
The only thing I noticed is that:
in admin_allowed_users_controller.rb, there is: redirect_to kaui_engine.admin_allowed_users_path, :notice => 'User was successfully deleted'
but in role_definitions_controller.rb, there is: redirect_to admin_allowed_users_path, :notice => 'Role was successfully created'
Is kaui_engine missing?
Also when I check the logs in the container, I notice that the POST call to create the role uses http://killbill:8080 but the GET call to retrieve the roles uses http://killbill (wrong port).
Thanks for the great software!
JB
The text was updated successfully, but these errors were encountered:
Hi,
Everytime I create a new role on the KAUI dashboard, the role is created but I receive an error message.
I'm not a Ruby developer so I can't help much on the issue.
The only thing I noticed is that:
Is kaui_engine missing?
Also when I check the logs in the container, I notice that the POST call to create the role uses http://killbill:8080 but the GET call to retrieve the roles uses http://killbill (wrong port).
Thanks for the great software!
JB
The text was updated successfully, but these errors were encountered: