zadam / trilium

Build your personal knowledge base with Trilium Notes
GNU Affero General Public License v3.0
26.74k stars 1.86k forks source link

(Bug report) Click on internal link button does nothing #3835

Open mate1213 opened 1 year ago

mate1213 commented 1 year ago

Trilium Version

latest docker image

What operating system are you using?

Other (specify below)

What is your setup?

RPi4 8GB

Operating System Version

Ubuntu 22.04 LTS arm with docker

Description

I cannot create internal links to other note. (Sorry it's an hungarian note.) image If I click on the tirilium icon nothing happens on UI, only the error below appears in the log.

Docker-compose file: `version: '3.8' networks: macnet: name: macnet

services: trilium: image: zadam/trilium:latest container_name: trilium restart: unless-stopped

ports:

    #    - "631:631"
    volumes:
      - './trilium-data:/home/node/trilium-data'
    networks:
      macnet:
        ipv4_address: 172.20.0.73
    dns:
      - 172.20.0.67
      - 172.20.0.1`

Error logs

Error: Router not found for request /node_modules/@excalidraw/excalidraw/dist//dist/excalidraw-assets/Virgil.woff2 at /usr/src/app/src/app.js:94:17 at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:95:5) at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:328:13) at /usr/src/app/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:346:12) at next (/usr/src/app/node_modules/express/lib/router/index.js:280:10) at Layer.handle [as handle_request] (/usr/src/app/node_modules/express/lib/router/layer.js:91:12) at trim_prefix (/usr/src/app/node_modules/express/lib/router/index.js:328:13) at /usr/src/app/node_modules/express/lib/router/index.js:286:9 at Function.process_params (/usr/src/app/node_modules/express/lib/router/index.js:346:12) { status: 404 }

zadam commented 1 year ago

Hello, unfortunately I can't reproduce this. What you showed is the backend log, could you check also for errors in the browsers console, e.g.:

image

mate1213 commented 1 year ago

Hi! I could check it at the weekend. But in my case the client is a win11 with latest firefox. On an HP laptop with touchscreen. (The inputs coming from regular touchpad and keyboard, in my scenario those where used and not the touchscreen.) I will check the logs ASAP-

mate1213 commented 1 year ago

Hi!

I made the requested testing, I'm certain its a problem on the client side (Win11) because with Win 10 same Firefox version, there no problem.

image Here is the console output. I will try to help further if I can

zadam commented 1 year ago

Hmm, unfortunately no error is visible :-(