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
The system is up and running at https://ool.ax9.eu/ but it doesn't work because there are many requests (check browser console) for localhost like http://localhost:8080/api-csa1/ressource/style/kundenportal in both customer and admin frontend.
Did I do anything wrong, missed some step, some configuration?
regards
Jens
The text was updated successfully, but these errors were encountered:
Thanks for your interest in OpenOlitor and for reaching out.
There is several options to use the docker-compose template we provide. You may fill in all your information into a json file and generate all configuration files. (Template is provided as dev.json) This great if you are running multiple instances on one server.
For testing or running a single instance server you also may change the config files directly. To solve your problem you need to adapt the config files for the front-end applications. There is one config.js for the Kundenportal and one for the Admin. If you replace the localhost part by the URL configured for your app, it should work.
hello team,
I'm trying to set up an instance to present it to the local SoLaWi :-)
I forked the repo and made some small changes to get it to run in my server environment (behind traefik for easy ssl certs)
see https://github.com/ansorg/openolitor-docker-compose/tree/traefik
The system is up and running at https://ool.ax9.eu/ but it doesn't work because there are many requests (check browser console) for localhost like
http://localhost:8080/api-csa1/ressource/style/kundenportal
in both customer and admin frontend.Did I do anything wrong, missed some step, some configuration?
regards
Jens
The text was updated successfully, but these errors were encountered: