Page 1 of 1

SOLVED: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 5:10 am
by Andrei7122
Hello,

I just installed nextcloud 14 to my fresh amahi on fedora server 27 and when i try to follow the link http://nextcloud14.amahi.net it brings me to the amahi page:
"This is the internet home of amahi.net

If you arrived here after a fresh Amahi install, your network may need a few adjustments in order to make your Amahi HDA fully functional."

I went trough all steps from troubleshooter but it says everything is fine with my HDA.

What to do next?

Thank you,

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 6:01 am
by bigfoot65
That message typically means the DNS server is not working correctly. Are you using Amahi for your DHCP/DNS server?

You might want to check the install log for errors.

It is located in /var/log/amahi-app-installer.log file.

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 7:51 am
by Andrei7122
Yes, i'm using Amahi for DHCP/DNS server.

"[apaun@hda ~]$ tail -30 /var/log/amahi-app-install.log | fpaste
tail: cannot open '/var/log/amahi-app-install.log' for reading: No such file or directory
No text to send."

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 7:54 am
by bigfoot65
Sorry, I miss typed the log name.

Should be /var/log/amahi-app-installer.log.

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 8:15 am
by Andrei7122
Please see the below:
nextcloud14 data directory created
App: Nextcloud 14 installed
======= app install end @ 2021-04-22 23:33:48 +0300 ==========

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 8:23 am
by bigfoot65
No errors.

Try doing:

Code: Select all

sudo systemctl restart httpd
Might want to clear browser cache as well.

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 8:29 am
by Andrei7122
Thank you, after the browser cache was cleared the page loaded. :ugeek:
No errors.

Try doing:

Code: Select all

sudo systemctl restart httpd
Might want to clear browser cache as well.
Problem solved :)

Re: Nextcloud 14 " If you arrived here after a fresh Amahi install"

Posted: Fri Apr 23, 2021 8:32 am
by bigfoot65
Great.

Marking as resolved.