Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading...screen problem #73

Open
jatinnijash opened this issue Oct 3, 2024 · 11 comments
Open

loading...screen problem #73

jatinnijash opened this issue Oct 3, 2024 · 11 comments

Comments

@jatinnijash
Copy link

jatinnijash commented Oct 3, 2024

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

@88tom
Copy link

88tom commented Oct 8, 2024

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; }

@jatinnijash
Copy link
Author

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

@jatinnijash
Copy link
Author

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

@LucaCraft89
Copy link

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

@jatinnijash
Copy link
Author

anyone get solution ??

@deangoldhill
Copy link

deangoldhill commented Oct 18, 2024

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.

@jatinnijash
Copy link
Author

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

@deangoldhill
Copy link

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

@jatinnijash
Copy link
Author

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

@nrmn4usm
Copy link

nrmn4usm commented Nov 16, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants