[SOLVED] Create backup, get 404 page not found

I’m submitting a…

[ ] Regression (a behavior that stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Documentation issue or request

Current behavior

404 error when attempting to download backup just created

Expected behavior

Download a zip file containing the contents of the App backed up

Minimal reproduction of the problem

Create a new app, add a single schema, goto Settings, Backups, Start Backup.
When complete, click “Ready” next to Download

Environment

  • [ ] Self hosted with version docker
  • [ ] Self hosted with IIS
  • [X] Self hosted with other version
  • [ ] Cloud version

Browser:

  • [X] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:

Pulled code from “master” branch, rebuilt and deployed today in dev enironment. Similar results when run from the command line i.e. npm run dev, dotnet run

Thank you. It is fixed.

In this case the 404 is a 403. When you do not have permission to access an app I always return 404 so that you cannot make queries to check which apps do exists. It was a bug with the new permission system.