enchant97 / note-mark

Note Mark is a lighting fast and minimal; web-based Markdown notes app.
https://notemark.docs.enchantedcode.co.uk/
GNU Affero General Public License v3.0
313 stars 8 forks source link

(BUG) Notebooks list doesn't complete loading process #188

Closed barefootpookie8 closed 6 months ago

barefootpookie8 commented 6 months ago

Is there an existing issue for this?

Is This A Security Issue?

Describe The Problem

The notebooks column on the left never loads. It continues to show the loading expanding circle, animation. Books and notes work properly when creating them and accessing them on the main section of the screen

Expected Behavior

From the demo, and screenshots, I should see a tree view of the books and notes I am adding as I add them. They never actually load.

Steps To Reproduce

  1. Create a new book
  2. Look for the book on the left column under "NOTEBOOKS"

Environment

macOS 14.4 Firefox 124.0.1 Apple Mac Mini M2 Pro

Docker Compose File: note-mark: container_name: note-mark image: ghcr.io/enchant97/note-mark-aio:0.12.0 restart: unless-stopped volumes: - /opt/note-mark/data:/data environment: JWT_SECRET: "*SECRET*" CORS_ORIGINS: "http://localhost:8000" ports: - '8000:8000'

Extra Context

notemark issue CleanShot 2024-03-27 at 12 52 25 Books and Notes

rolikeusch commented 6 months ago

the same issue is on macOS safari browser. I see the following error:

note-mark-safari
enchant97 commented 6 months ago

Thanks for the report, will investigate today.

enchant97 commented 6 months ago

fixed by cebd05a72dc3ec96cfdce16ff4b66d76ddef3c94