Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message on role definitions new page #286

Open
jbmolle opened this issue Oct 5, 2021 · 0 comments
Open

Error message on role definitions new page #286

jbmolle opened this issue Oct 5, 2021 · 0 comments

Comments

@jbmolle
Copy link

jbmolle commented Oct 5, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant