-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Attempted Debugging
- I have read the debugging page
Searched GitHub Issues
- I have searched GitHub for the issue.
Describe the Scenario
I already did several updates of my nice bookstack installation, but this time when updating to 25.02.5 things went wrong. If I now open my wiki URL, I'm getting redirected to
https://wiki.my-domain.com/login
and this page looks like this:
`@extends('layouts.simple') @section('content')
{{ Str::title(trans('auth.log_in')) }}
@include('auth.parts.login-message') @include('auth.parts.login-form-' . $authMethod) @if(count($socialDrivers) > 0) @foreach($socialDrivers as $driver => $name)
@ICON('auth/' . $driver) {{ trans('auth.log_in_with', ['socialDriver' => $name]) }}
@Endforeach @endif @if(setting('registration-enabled') && config('auth.method') === 'standard')
{{ trans('auth.dont_have_account') }}
@endif
@stop`
Any idea how to restore my wiki?
If not: it's not a major issue. I do have a plenty of backups of the VM running the wiki.
Exact BookStack Version
25.02.5
Log Content
No helpful entries
Hosting Environment
Debian 12 (bookworm) VM served by Proxmox
apache 2.4.62
php 8.3.21
Proxy: Nginx Proxy Manager