SOLVED 1.5.0 update blank gui

yaboc

Member
Nov 23, 2017
43
3
8
35
hi,
just updated to 1.5.0 in HA config with proxy in front of it, when i get to the PBX url i see blank page. no changes to env file.

SOLVED
File app/Http/Middleware/TrustProxies.php was overwritten had to re-add my proxy there.
 
Last edited:
File app/Http/Middleware/TrustProxies.php was overwritten had to re-add my proxy there.
We upgraded to php 8.4 and introduced web sockets in this update. Perhaps one of those required changes to that file. This won’t be happening often.
Another possible cause is if you used git stash command before the update.
 
  • Like
Reactions: yaboc
We upgraded to php 8.4 and introduced web sockets in this update. Perhaps one of those required changes to that file. This won’t be happening often.
Another possible cause is if you used git stash command before the update.
@pbxgeek ahh i did git stash command as the git pull instructed me to do so, because it was aborting.
as a side note would it make sense to introduce HA status somewhere in the dashboard? i understand it's db replication but would something like that be of any help to get a visual status
 
Last edited:
ahh i did git stash command as the git pull instructed me to do so, because it was abortinIt made you do the gut stash

ahh i did git stash command as the git pull instructed me to do so, because it was aborting
It made you run the command because it needed to update the file. It makes sense now. If we didn’t have an update for this file it wouldn’t have asked to do it.
 
  • Like
Reactions: yaboc