YunoHost-Apps / cryptpad_ynh

CryptPad package for YunoHost
https://cryptpad.fr
GNU General Public License v3.0
27 stars 21 forks source link

just white page #37

Closed rocky-III closed 3 years ago

rocky-III commented 5 years ago

Just installed the news version of cryptpad - installation went find - gree light... but when i go to the domain I just get a wite page...

if I look up the scours code it will show:

<!DOCTYPE html>
<html class="cp" id="four-oh-four">
<!-- If this file is not called customize.dist/src/template.html, it is generated -->
<head>
    <title data-localization="main_title">CryptPad: Zero Knowledge, Collaborative Real Time Editing</title>
    <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <link rel="icon" type="image/png" href="/customize/main-favicon.png" id="favicon"/>
    <script async data-bootload="/customize/four-oh-four.js" data-main="/common/boot.js?ver=1.0" src="/bower_components/requirejs/require.js?ver=2.3.5"></script>
<script type="text/javascript" src="/ynh_portal.js"></script><link type="text/css" rel="stylesheet" href="/ynh_overlay.css"></link><script type="text/javascript" src="/ynhtheme/custom_portal.js"></script><link type="text/css" rel="stylesheet" href="/ynhtheme/custom_overlay.css"></link></head>
<body class="html">
<noscript>
<h1>404</h1>
<h3>We couldn't find the page you were looking for</h3>

</noscript>
frju365 commented 5 years ago

yes... I finding very strange errors. I'm correcting these. Surely bad setting in Nginx :/

rocky-III commented 5 years ago

thanks for your work and please keep me updated

rocky-III commented 5 years ago

just tried it with the newes version again... same error... just white page

frju365 commented 5 years ago

yes. I didn't achieve to solve the nginx problem. Everything seem to be ok... but there is still this pb.

klorydryk commented 4 years ago

I confirm. If you need test or informations, let us know.

jrd10 commented 4 years ago

Hi, thank you for creating this instance for YNH.

White Page on YunoHost 3.7.0.12 (now).

By the way, I created a subdomain: cryptpad.mydomainname.cctld

I have noted this message during the installation

/!\ Packagers! This app is still using the skipped/protected/unprotected_uris/regex settings which are now obsolete and deprecated... Instead, you should use the new helpers 'ynhpermission{create,urls,update,delete}' and the 'visitors' group to initialize the public/private access. Check out the documentation at the bottom of yunohost.org/groups_and_permissions to learn how to use the new permission mechanism.

farvardin commented 4 years ago

I've just stumbled upon this bug as well, I've noticed this:

bower_components/requirejs/require.js?ver=2.3.5 can't be loaded /customize/four-oh-four.js can't be either

they call a 500 Internal Server Error

in the dev tools I can see a few errors as well:

La ressource à l’adresse « https://jitsi.tricassinux.org/bower_components/requirejs/require.js?ver=2.3.5 » a été bloquée en raison d’un type MIME (« text/html ») incorrect (X-Content-Type-Options: nosniff).

Therefore the main page on the official cryptpad would report:

while the yunohost installation would say instead:

klorydryk commented 3 years ago

@ericgaspar is it solved?

ericgaspar commented 3 years ago

If this is still a problem, It is better to open a new issue.