RestyaPlatform / board

Trello like kanban board. Based on Restya platform.
http://restya.com/board/
Open Software License 3.0
2.03k stars 385 forks source link

Kubuntu fresh install, #/users/login -> blank page #4403

Open cwhii opened 2 years ago

cwhii commented 2 years ago

Expected Behavior

Current Behavior

Expected first access of restyaboard after a fresh install to have some kind of landing/login page.

Screenshots (if appropriate):

All white blank page.

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Installed restyaboard on local system, 'frozen', restyaboard_install-220408.log

Your Environment

sridhar391 commented 2 years ago

@cwhii Sorry for your inconvenience, we have checked the installation log file and In Ubuntu latest version 21, the PHP 7.4 installation is not available currently, can you please try to install the Restyaboard in Ubuntu 20 and tell us if the Restyaboard installation is successfully?

cwhii commented 2 years ago

Installed on WSL Ubuntu 20.04.4 LTS Same blank page / -> /#/users/login

sridhar391 commented 2 years ago

@cwhii Can you please attach the Restyaboard installation log file named "restyaboard_install.log" which is in the same folder as Restyaboard installation script file

sridhar391 commented 2 years ago

@cwhii We have tested the Restyaboard installation in the Ubuntu 20.04 (LTS) and the Restyaboard installed successfully

cwhii commented 2 years ago

http://frozen/ produce empty blank page. A ^U to view the source in the browser references ./api/v1/ & ./client/ :

@.***:~$ sudo tree -d /usr/share/nginx/html/restyaboard/ /usr/share/nginx/html/restyaboard/ ├── client │ ├── api_explorer │ │ ├── css │ │ ├── fonts │ │ ├── images │ │ ├── lang │ │ └── lib │ ├── css │ ├── font │ ├── img │ │ └── emoji │ ├── js │ │ └── workflow_templates │ └── locales │ ├── ar │ ├── ca_ES │ ├── cs_CZ │ ├── da │ ├── de │ ├── el │ ├── en_GB │ ├── en_US │ ├── es │ ├── fa_IR │ ├── fi │ ├── fr_FR │ ├── gl_ES │ ├── hi_IN │ ├── hu_HU │ ├── id │ ├── id_ID │ ├── it │ ├── ja │ ├── ko │ ├── ko_KR │ ├── nb_NO │ ├── nl │ ├── pl │ ├── pt_BR │ ├── ru │ ├── sk_SK │ ├── sl_SI │ ├── sr │ ├── sv │ ├── ta_IN │ ├── th │ ├── th_TH │ ├── tr_TR │ ├── vi_VN │ ├── zh_CN │ └── zh_TW ├── media │ └── User │ └── 1 ├── server │ └── php │ ├── libs │ │ └── vendors │ │ └── OAuth2 │ │ ├── ClientAssertionType │ │ ├── Controller │ │ ├── Encryption │ │ ├── GrantType │ │ ├── OpenID │ │ │ ├── Controller │ │ │ ├── GrantType │ │ │ ├── ResponseType │ │ │ └── Storage │ │ ├── ResponseType │ │ ├── Storage │ │ └── TokenType │ ├── R │ └── shell ├── sql └── tmp └── cache

-- CW Holeman II | JulianLocals.com To only a fraction of the human race does God give the privilege of earning one's bread doing what one would have gladly pursued free,for passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks

cwhii commented 2 years ago

http://frozen/ produce empty blank page. A ^U to view the source in the browser references ./api/v1/ & ./client/ :

<script>var api_url = './api/v1/';
var template_url = './client/';</script>

but it is not found:

***@***.***:~$ sudo tree -d /usr/share/nginx/ | grep api
│       │   ├── api_explorer

Also, this is in the view source:

  <script src="js/default.cache.3aa6c878.js"></script>

but is it not found:

***@***.***:~$ sudo tree -d /usr/share/nginx/ | grep 3aa6c878

-- CW Holeman II | JulianLocals.com To only a fraction of the human race does God give the privilege of earning one's bread doing what one would have gladly pursued free,for passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks

cwhii commented 2 years ago

Found default.cache.3aa6c878.js @.***:~$ sudo tree /usr/share/nginx/ | grep 3aa6c878 │ │ │ ├── default.cache.3aa6c878.js

On Fri, Apr 22, 2022 at 9:36 AM C.W. Holeman II @.***> wrote:

http://frozen/ produce empty blank page. A ^U to view the source in the browser references ./api/v1/ & ./client/ :

<script>var api_url = './api/v1/';
var template_url = './client/';</script>

but it is not found:

***@***.***:~$ sudo tree -d /usr/share/nginx/ | grep api
│       │   ├── api_explorer

Also, this is in the view source:

  <script src="js/default.cache.3aa6c878.js"></script>

but is it not found:

***@***.***:~$ sudo tree -d /usr/share/nginx/ | grep 3aa6c878

-- CW Holeman II | JulianLocals.com To only a fraction of the human race does God give the privilege of earning one's bread doing what one would have gladly pursued free,for passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks

-- CW Holeman II | JulianLocals.com To only a fraction of the human race does God give the privilege of earning one's bread doing what one would have gladly pursued free,for passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks

sridhar391 commented 2 years ago

@cwhii Can you please attach the Restyaboard installation log file named "restyaboard_install.log" which is in the same folder as Restyaboard installation script file, so that we could check the installation process

thindata commented 2 years ago

I'm having the same issue on a fresh install of ubuntu 20. Blank white page with a constant horizontal scrolling line at the top.

sridhar391 commented 2 years ago

@thindata Can you please attach the Restyaboard installation log file named "restyaboard_install.log" which is in the same folder as Restyaboard installation script file, so that we could check the installation process

LuisOttzelot commented 2 years ago

Have the same problem on a Rocky Linux distro. Blank screen after setup. Everything tried - you lazy ones only included centos in your selectors. alma and Rocky are centos, but not recognized as parallel systems.

Seems like, you messed up something in your source code.

restyaboard_install.log

sridhar391 commented 2 years ago

@LuisOttzelot Sorry for your inconvenience, Officially we are only supporting the Restyaboard installation on Ubuntu, Debian, LinuxMint, Raspbian, CentOS

We will check and update the Restyaboard installation script for the Rocky Linux

LuisOttzelot commented 2 years ago

Moin :)

The setup ran on my machine - that is not the problem - i just wanted to inform you about this issue I ran in. My system also says that the process is loaded and active. Only browsing to the setup page in browser does not work. I'll attach a screenshot for you. The application gets noticed by the thumbnail and presents a logo - 2nd screenshot

Maybe you got a quick fix for me - I am available for a screenshare troubleshooting, the machine is in my personal lab and I got full set of permissions.

image_2022-05-24_075206358 image_2022-05-24_075414269

Greets, LuisOttzelot

cwhii commented 2 years ago

Kubuntu is Ubuntu

On Mon, May 23, 2022 at 10:24 PM sridhar391 @.***> wrote:

@LuisOttzelot https://github.com/LuisOttzelot Sorry for your inconvenience, Officially we are only supporting the Restyaboard installation on Ubuntu, Debian, LinuxMint, Raspbian, CentOS

We will check and update the Restyaboard installation script for the Rocky Linux

— Reply to this email directly, view it on GitHub https://github.com/RestyaPlatform/board/issues/4403#issuecomment-1135423935, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJNHGDWSPETRM3657EAF5DVLRRYXANCNFSM5TO4SD6Q . You are receiving this because you were mentioned.Message ID: @.***>

-- CW Holeman II | JulianLocals.com http://julianlocals.com/ To only a fraction of the human race does God give the privilege of earning one's bread doing what one would have gladly pursued free,for passion. I am very thankful. The Mythical Man-Month Epilogue/F.P.Brooks