evan-buss / openbooks

Search and Download eBooks
https://evan-buss.github.io/openbooks/
MIT License
1.78k stars 58 forks source link

Blank main panel #101

Closed bossanova808 closed 1 year ago

bossanova808 commented 1 year ago

Following an alert from diun, I updated my openbooks docker just now.

I now have an empty main pain where the search should be (in dev tools it is empty too...).
If I minimise the side bar, I then have a totally blank screen...

image

Tested in both Firefox and Chrome.

image

evan-buss commented 1 year ago

Strange, do you see any error messages in the browser console? Please try hard refreshing / clearing local storage as well.

bossanova808 commented 1 year ago

Hard refresh, clearing all browser cache/storage, multiple browsers and multiple machines tried (again, but should have mentioned that!).

FuncSol commented 1 year ago

I have the same issue. I have a number of saved searches still on the sidebar, & when selecting show results nothing changes.

Inspect shows WebSocket Connected on the console.

image

bossanova808 commented 1 year ago

@FuncSol Are you also using the docker version, or?

FuncSol commented 1 year ago

@FuncSol Are you also using the docker version, or?

Yes, using the suggested docker-compose, so as "out of the box" as I can manage.

FuncSol commented 1 year ago

  openbooks:
      ports:
          - '$OPENBOOKS_WEB_PORT:80'
      volumes:
          - 'booksVolume:/books'
      restart: unless-stopped
      container_name: OpenBooks
      command: --persist
      environment:
        - BASE_PATH=/openbooks/
      image: evanbuss/openbooks:latest
bossanova808 commented 1 year ago

Yep my guess is that a dependency for the new UI ('mantine') is not present in the Docker. But beyond my pay-grade to PR for that as I have never heard of mantine and have only basic Dockerfile knowledge

bossanova808 commented 1 year ago

This is fixed for me with the new release, thanks @evan-buss