-
-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
Description
Describe the bug
Unable to create a public link from a folder
To Reproduce
Steps to reproduce the behavior:
- Go to 'bookmark_id'
- Click on 'i open folder details'
- Go to 'Shared'
- Click on 'create public link'
- See error 'Failed to create public link for folder 37'
Screenshots
Desktop (please complete the following information):
- OS: Debian
- Browser: Firefox
- Version: 128
Server (please complete the following information):
- OS: Debian
- HTTP server: Apache
- Database: mysql 8.0.42
- PHP version: 8.3.19
- Nextcloud version: 31.0.4.1 via snap https://github.com/nextcloud-snap/nextcloud-snap
- Bookmarks app version: 15.1.0
Trying using API (httpie)
https GET sub.domain.xyz/index.php/apps/bookmarks/public/rest/v2/folder/37/publictoken --auth Quentin
HTTP/1.1 404 Not Found
{
"data": [
"Not found"
],
"status": "error"
}
https POST sub.domain.xyz/index.php/apps/bookmarks/public/rest/v2/folder/37/publictoken --auth Quentin
HTTP/1.1 500 Internal Server Error
<div class="guest-box wide">
<h2>Erreur interne du serveur</h2>
<p>Le serveur est incapable d'exécuter votre requête.</p>
<p>Si cela se reproduit, veuillez envoyer les détails techniques ci-dessous à l'administrateur du serveur.</p>
<p>Le fichier journal du serveur peut fournir plus de renseignements.</p>
<h3>Renseignements techniques</h3>
<ul>
<li>Adresse distante : 192.168.1.46</li>
<li>ID de la demande : VcBuBixy2CvZ6x2FaMYZ</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="guest-box ">
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
