Issue with Admin Panel since upgrade to 1.4.2
-
@priapo said in Issue with Admin Panel since upgrade to 1.4.2:
@teh_g Very good, that's why I always say, post your config files removing sensitive data. We would have helped you resolving this simple issue of removing the slash better.
I just grabbed that right from the documentation. It might be worth fixing the documentation.
-
I checked my config, no trailing slash on proxy_pass in my case. Thanks for the heads up! Its nice to learn something every day
-
@Michael-Pfaff remove the trailing slash from the URL in your nginx config.
-
@PitaJ said in Issue with Admin Panel since upgrade to 1.4.2:
@Michael-Pfaff remove the trailing slash from the URL in your nginx config.
Can I do this just by downloading the file, editing and reuploading? Or do I need to take other steps?
-
@Michael-Pfaff yes you could do it that way, or you could use
nano
to edit it from your terminal on the server itself. -
@PitaJ said in Issue with Admin Panel since upgrade to 1.4.2:
@Michael-Pfaff yes you could do it that way, or you could use
nano
to edit it from your terminal on the server itself.Hmmm. I removed the trailing slash and it doesn't seem to have fixed anything. Any other step I need to take?
-
@Michael-Pfaff well you need to reload nginx
-
@PitaJ said in Issue with Admin Panel since upgrade to 1.4.2:
@Michael-Pfaff well you need to reload nginx
That worked! Sorry I'm such a noob, @PitaJ. Very much appreciate your assistance.