Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/src/commit/0da080f56fad56daa6d50ab81d52f9d544512efc/wiki/Troubleshooting.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/wiki/Troubleshooting.md

636 B

Errors & Solutions

  • On Mac or Linux OS, you may see the following error when you run trash:

    Failed to map file. open(/Users/foo/Downloads/trash) failed with error 13
    Failure processing application bundle.
    Couldn't memory map the bundle file for reading.
    A fatal error occured while processing application bundle
    

    This cryptic message is actually a permissions error, likely because your executable does not have read permissions set. Simply run chmod u+rx trash to add read + execute permissions on the trash executable. This is also done in the linux one-liner outlined in the main README.md.