Webpage won't load after changing URL in Advanced Settings #763
Answered
by
bcardi0427
bcardi0427
asked this question in
Q&A
-
I tried setting a domain in the advanced settings that I have and it just got the webpage stuck loading only the top of the page. I changed it back to nothing in the url and then to it's IP address in the url and same thing happens. |
Beta Was this translation helpful? Give feedback.
Answered by
bcardi0427
Feb 26, 2023
Replies: 2 comments 2 replies
-
It looks like all the services are running and files are being processed so it may be something in writing to the html or PHP. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ehpersonal38
-
That did it, thanks a bunch!!
…On Sun, Feb 26, 2023 at 5:32 PM ehpersonal38 ***@***.***> wrote:
Hey there @bcardi0427 <https://github.com/bcardi0427>!
I was able to recreate the issue you were experiencing and I have a
solution that should get you up and running again in no time. :)
To fix this, you'll need to follow these steps:
1.
Edit the file ~/BirdNET-Pi/birdnet.conf to remove the trailing slash
from your BIRDNETPI_URL. Here's an example to help you out:
Incorrect: http://192.168.1.71/
Correct: http://192.168.1.71
Alternatively, you can just leave the URL blank.
2.
After making changes to your configuration file, you'll need to let
the webserver know by running this command:
sudo bash ~/BirdNET-Pi/scripts/update_caddyfile.sh
That's it! Your BirdNET-Pi should be back up and running. Let me know if
you have any questions or need further assistance. Have a great day!
And thanks @lloydbayley <https://github.com/lloydbayley> for pointing out
the little tidbit about trailing slashes messing up the webserver, had I
not remembered it I would have no idea what went wrong here.
—
Reply to this email directly, view it on GitHub
<#763 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4K3TGXWXGKTFUGCRHLSXLWZPKXFANCNFSM6AAAAAAVIHUQOY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like all the services are running and files are being processed so it may be something in writing to the html or PHP.