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
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
I am currently running konga in a docker container behind a nginx reverse proxy. So far everything seemed to be okay. But when I wanted to create routes for my first service I recognized that was not working. The network console of my browser revealed a 400 return code on some ajax request targeting a wring url. Konga's URL is https://myhost/konga/ but the request was targeting https://myhost/api resulting in a 404 when I tried manualy. So it should rather be https://myhost/konga/api. Same is true for the settings panel that is not working as well. I was looking for some way to configure Konga's URL but could not find any.
How can I solve this issue as I expect this should be working and I am just doing something wrong or missing.
Thx
The text was updated successfully, but these errors were encountered:
Hello!
I am currently running konga in a docker container behind a nginx reverse proxy. So far everything seemed to be okay. But when I wanted to create routes for my first service I recognized that was not working. The network console of my browser revealed a 400 return code on some ajax request targeting a wring url. Konga's URL is https://myhost/konga/ but the request was targeting https://myhost/api resulting in a 404 when I tried manualy. So it should rather be https://myhost/konga/api. Same is true for the settings panel that is not working as well. I was looking for some way to configure Konga's URL but could not find any.
How can I solve this issue as I expect this should be working and I am just doing something wrong or missing.
Thx
The text was updated successfully, but these errors were encountered: