rdcore icon indicating copy to clipboard operation
rdcore copied to clipboard

loading...screen problem

Open jatinnijash opened this issue 1 year ago • 11 comments

i am setup radiusdesk on ubuntu 22.0.4 installing docker complete but http://44.204.187.171/rd/ this path not accessble on loading screen display and on inspect mode "Failed to load resource: the server responded with a stat radiusdesk radiusdesk docker us of 404 (Not Found)" many files

jatinnijash avatar Oct 03 '24 16:10 jatinnijash

Hi, have you verified the nginx config? This part in particular: location ~ ^/cake4/.+\.(jpg|jpeg|gif|png|ico|js|css)$ { rewrite ^/cake4/rd_cake/webroot/(.*)$ /cake4/rd_cake/webroot/$1 break; rewrite ^/cake4/rd_cake/(.*)$ /cake4/rd_cake/webroot/$1 break; access_log off; expires max; add_header Cache-Control public; }

88tom avatar Oct 08 '24 07:10 88tom

Any one share me nginx config file Full sample??? With complete working

jatinnijash avatar Oct 08 '24 11:10 jatinnijash

Cam Hi, have you verified the nginx config? This part in particular: location ~ ^/cake4/.+\.(jpg|jpeg|gif|png|ico|js|css)$ { rewrite ^/cake4/rd_cake/webroot/(.*)$ /cake4/rd_cake/webroot/$1 break; rewrite ^/cake4/rd_cake/(.*)$ /cake4/rd_cake/webroot/$1 break; access_log off; expires max; add_header Cache-Control public; }

Can you provide me nginx config file with working completely??? Please

jatinnijash avatar Oct 08 '24 11:10 jatinnijash

ufw allow 80 did it for me now i am stuck on Error loading manifest file to check for updates

LucaCraft89 avatar Oct 11 '24 14:10 LucaCraft89

anyone get solution ??

jatinnijash avatar Oct 13 '24 09:10 jatinnijash

The problem is that the frontend application is configured to use 'localhost' as the database server instead of the database container. Edit the file: /var/www/html/cake4/rd_cake/config/app_local.php In the datasources section, change the hostname from 'localhost' to 'rdmariadb'

then the page loads and seems to work. The radius service itself is already setup correctly.

You also need to apply the 8.090_add_radacct_triggers.sql patch otherwise there will be no data usage graphs.

deangoldhill avatar Oct 18 '24 13:10 deangoldhill

i am try docker base setup and i am try install and setup on ubuntu 22.04 and 24.04 also RADIUSdesk-2023-A0.ova image all radiusdesk not working same loading error on /rd

jatinnijash avatar Oct 20 '24 14:10 jatinnijash

Don't use /rd Just put the IP or hostname in the address bar. It will redirect you to /#dashboard and the page should load

deangoldhill avatar Oct 20 '24 15:10 deangoldhill

anyone know what is username and password of RADIUSdesk-2023-A0.ova terminal login??

jatinnijash avatar Oct 20 '24 15:10 jatinnijash

https://www.osboxes.org/faq/what-are-the-credentials-for-virtual-machine-image/

deangoldhill avatar Oct 20 '24 17:10 deangoldhill

The problem is that the frontend application is configured to use 'localhost' as the database server instead of the database container. Edit the file: /var/www/html/cake4/rd_cake/config/app_local.php In the datasources section, change the hostname from 'localhost' to 'rdmariadb'

then the page loads and seems to work. The radius service itself is already setup correctly.

You also need to apply the 8.090_add_radacct_triggers.sql patch otherwise there will be no data usage graphs.

I also have the same problem but there are no "Failed to load resource" as in the OP post. I tried to follow your suggestion. Do you mean ~/rdcore/cake4/rd_cake/config/app_local.php? I tried to change 'host' => 'rdmariadb' under 'Datasources', and even reboot my Ubuntu. Still loading and disappear, leaving blank white page.

There is no www folder under my var folder. I am not familiar with docker, this is my very first time to setup one. Hope for helps.

Can you elaborate on apply the "8.090_add_radacct_triggers.sql"?

nrmn4usm avatar Nov 16 '24 20:11 nrmn4usm