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
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I've setup a Cronicle instance to be accessible from
https://my.domain.tld/cronicle
.I set the
base_app_url
to 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/config
instead of
https://my.domain.tld/cronicle/api/app/config
resulting in a 404.
I did a
/opt/cronicle/bin/control.sh restart
after 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