mitchray / ample

A simple web browser client for Ampache
https://ample-player.vercel.app/
GNU Affero General Public License v3.0
63 stars 13 forks source link

Bug? F5 to refresh seems to only work on entry page. #16

Closed Jieiku closed 2 years ago

Jieiku commented 2 years ago

My entry page is as expected: https://ampache.example.com/ample/

I can navigate and use Ample no problem, but if I hit F5 to refresh the page on another page other than the main entry page I get 404 Not Found.

I am thinking this may be due to my nginx configuration, found a similar post here: https://github.com/mitchray/ample/issues/8

If I find a solution I will be sure to follow up and post it here.

mitchray commented 2 years ago

Does this get it working? https://github.com/mitchray/ample/wiki/NGINX-rewrite

Jieiku commented 2 years ago

mmm, let me try adding that now and see what happens.

Jieiku commented 2 years ago

Yep, that did the trick, thanks a lot!