[00:08:24]
<Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:
- 82 pending update PRs
- 2 new apps PRs: linkwarden, whitebophir
- 3 failed apps updates: loki, passed, penpot
See the full log here: https://paste.yunohost.org/raw/exebodutef
Autoupdate dashboard: https://apps.yunohost.org/dash?filter=autoupdate
[03:03:08]
<m606> I have been trying several things, but even when setting the permission to the endpoint to `visitors` and below config the POST request to the API performed by the client run into a 404 HTTP error, with a text response: `Cannot POST /url`
- https://github.com/YunoHost-Apps/it-tools_ynh/blob/url_to_pdf_feat_support/manifest.toml#L52-L60
- https://github.com/YunoHost-Apps/it-tools_ynh/blob/url_to_pdf_feat_support/conf/nginx.conf#L27-L29
Nothing in nginx error log
The POST request is made by the client configured with `https://mydomain.tld/itt`. It aims at doing a POST request at `https://mydomain.tld/itt/pdf/url` with working URL payload but... 404.
Did I miss something in the config?
[03:03:08]
<m606> I have been trying several things, but even when setting the permission to the endpoint to `visitors` and below config the POST request to the API performed by the client run into a 404 HTTP error, with a text response: `Cannot POST /url`
- https://github.com/YunoHost-Apps/it-tools_ynh/blob/url_to_pdf_feat_support/manifest.toml#L52-L60
- https://github.com/YunoHost-Apps/it-tools_ynh/blob/url_to_pdf_feat_support/conf/nginx.conf#L27-L29
Nothing in nginx error log
The POST request is made by the client configured with `https://mydomain.tld/itt` and therefore tries to reach `https://mydomain.tld/itt/pdf/url` with a working URL payload but... 404.
Would you see what I could have missed in the config?