-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Describe the Bug
When deploying Bookstack to non POSIX filesystems (Azure File Share) bookstack crashes with Error 500.
This is an Laravel issue in Filesystem.php that is currently fixed in a new release:
See: https://github.com/laravel/framework/issues/59076#issue-4021464820.
Please update the current Laravel version of 12.53.0 to 12.54.1 to resolve this issue
After manually editing the file /app/www/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:228 manually trough a append of @ before the chmod command the page works correctly.
Steps to Reproduce
Deploy for example on Azure Container apps with Azure File Share as mount volume.
Expected Behaviour
Bookstack should load correctly.
Screenshots or Additional Context
Browser Details
No response
Exact BookStack Version
25.12.8
Reactions are currently unavailable
