You are not logged in.

#1 2022-11-04 15:15:30

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,985
Website

[SOLVED] Update to nextcloud 25.x causes blank page

When I upgrade nextcloud on my server to any 25.x version, I get a white page instead of a login screen.
The source of the login page then reads:

<!DOCTYPE html>
<html class="ng-csp" data-placeholder-focus="false" lang="de" data-locale="de" >
	<head
 data-requesttoken="wqn1xaE1J/rDe8fN0HB7n7yVfdWVcUiy5TZBSDOuiMQ=:sP659/txaML0K639shMW683sC7DnQAv6s3p2AGPsybI=">
		<meta charset="utf-8">
		<title>
			Nextcloud		</title>
		<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
				<meta name="apple-itunes-app" content="app-id=1125420102">
				<meta name="theme-color" content="#0082c9">
		<link rel="icon" href="

It seems to have interrupted mid-way rendering a hyperlink.
The last working version is nextcloud-24.0.6-1, i.e. if I downgrade nextcloud to this version, all is fine again.
What must I change to get nextcloud 25.x running?

Solution
It was the "Talk" plugin.
After removing it, the page rendered and I could upgrade.

Last edited by schard (2022-11-04 15:19:14)


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

Board footer

Powered by FluxBB