drakkan / sftpgo

Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
https://sftpgo.com
GNU Affero General Public License v3.0
9.2k stars 717 forks source link

All files from WebUI give 404 #1645

Open mcordes92 opened 4 months ago

mcordes92 commented 4 months ago

⚠️ This issue respects the following points: ⚠️

Bug description

After the Last Update i become for all files 404 error

Steps to reproduce

  1. Install latest Update

Expected behavior

That the WebUi works as exprectet

SFTPGo version

2.6.0-1

Data provider

sqlite

Installation method

Community Deb package

Configuration

config

Relevant log output

No response

What are you using SFTPGo for?

Private user, home usecase (home backup/VPS)

Additional info

No response

Mathieu-COSYNS commented 3 months ago

If this is really a bug and not a misconfiguration from your part, you should give much more information to help us to reproduce this issue.

mcordes92 commented 3 months ago

What steps should I take to reproduce this? I just installed the latest update using apt upgrade and then the error occurred.

I have now completely reinstalled sftpgo.

And as I said, everything worked fine before the upgrade

drakkan commented 3 months ago

Many other users have followed the same upgrade path and I have also tested it on several test VMs, so you should definitely provide more information as this issue seems to be unique to you.

mcordes92 commented 3 months ago

I don't mean any harm, but how am I supposed to provide more information if I only did the update?

I didn't do anything else, sftpgo worked perfectly the whole time before and after the update it stopped working.

drakkan commented 3 months ago

I don't mean any harm, but how am I supposed to provide more information if I only did the update?

I didn't do anything else, sftpgo worked perfectly the whole time before and after the update it stopped working.

For example, you could open the browser's developer console and see if the URLs are correct or if the browser has cached anything from the previous version or other information that might help. If you simply say "it doesn't work" when it works for others it is difficult if not impossible to guess what is wrong for you. Do you have issues only upgrading from v2.5.x or also if you do a new install of v2.6.x? If a new install works you can compare with the non-working version. Thank you