base_app_url not behaving as expected #870
Unanswered
HolgerNetgrade
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
Cronicle has no support for the usage of a context root like your /cronicle/.... |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@HolgerNetgrade yeah, it's not a feature of cronicle. However it can be achieved with some nginx hacks, search for nginx in issues, I htink this was discussed few times, I recall I posted some sample configs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've setup a Cronicle instance to be accessible from
https://my.domain.tld/cronicle.I set the
base_app_urlto be exactly this URL.Now unfortunately Cronicle frontend still queries its assets and API without the
/cronicle/part.For instance, it tries to load
https://my.domain.tld/api/app/configinstead of
https://my.domain.tld/cronicle/api/app/configresulting in a 404.
I did a
/opt/cronicle/bin/control.sh restartafter editing the config.Did I miss something, or could ti be that URLs like this are currently not supported?
Beta Was this translation helpful? Give feedback.
All reactions