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
Create a new book
Look for the book on the left column under "NOTEBOOKS"
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
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