board icon indicating copy to clipboard operation
board copied to clipboard

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

Open cwhii opened this issue 3 years ago • 14 comments

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)

Context

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

Your Environment

  • Version used:
  • Environment name and version (e.g. OS, PHP, PostgreSQL):
  • Operating System and version (desktop or mobile):
  • New install of kubunutu 21.10 on 4gb ram 32gb ssd laptiop.
  • Link to your project:

cwhii avatar Apr 14 '22 21:04 cwhii

@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?

sridhar391 avatar Apr 15 '22 06:04 sridhar391

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

cwhii avatar Apr 16 '22 23:04 cwhii

@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 avatar Apr 18 '22 05:04 sridhar391

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

sridhar391 avatar Apr 18 '22 05:04 sridhar391

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 avatar Apr 22 '22 16:04 cwhii

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 avatar Apr 22 '22 16:04 cwhii

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

cwhii avatar Apr 22 '22 17:04 cwhii

@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

sridhar391 avatar Apr 23 '22 05:04 sridhar391

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.

thindata avatar May 05 '22 13:05 thindata

@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

sridhar391 avatar May 06 '22 11:05 sridhar391

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

LuisOttzelot avatar May 20 '22 15:05 LuisOttzelot

@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

sridhar391 avatar May 24 '22 05:05 sridhar391

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

LuisOttzelot avatar May 24 '22 05:05 LuisOttzelot

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

cwhii avatar May 24 '22 17:05 cwhii