-
Notifications
You must be signed in to change notification settings - Fork 1
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
Brand Customisation steps and end up with "We're sorry but something has gone wrong. We have been notified of this error." #5
Comments
hi @chris-day If you want to see the logs and understand the error behind this, you can go and open these files If you actively develop and want to do more in-depth changes to your appliance, I suggest you run a local development environment for your UI (see https://ontoportal.github.io/documentation/docs/developers-docs/development-environment/frontend_environment/) |
I get this error as well. I don't know how to fix. I found this in
I followed https://ontoportal.github.io/documentation/administration/steps/enable_https and here is my
|
@dwinston, are you using ontoportal appliance from amazon marketplace or vmware OVF image. Also what version of the appliance are you using? |
@alexskr the amazon marketplace AMI. Version 3.2.0. |
After I modified ontoportal configuration files to enable HTTPS, I ran a deployment of the UI and API code as directed. I wonder if the |
I get through https://ontoportal.github.io/documentation/administration/steps/initial_installation no problem, i.e. I can access the web UI over insecure http and log in with user |
I was able to effect brand customization by using an aws application load balancer to terminate https. However, I haven't been able to figure out what to set in |
You can see what I have so far at https://heliontoportal.fairos.org/, which loads, but then 'Search for a class' don't work because it tries a GET request to |
Describe the bug
I was going through the steps outlined here - https://ontoportal.github.io/documentation/administration/steps/branding-customizations for brand customisation.
I have made the changes and run the apply steps here - https://ontoportal.github.io/documentation/administration/steps/advanced_configuration
Then when I try to login to the UI I get the ""We're sorry but something has gone wrong. We have been notified of this error."
Of note, the REST API seems to work, and I can submit a simple request
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Branding is applied and the customisations are visible
Screenshots
The text was updated successfully, but these errors were encountered: