Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: creating a tag in the sidebar returns 500 #19

Open
3 tasks done
paulknulst opened this issue Sep 22, 2022 · 2 comments
Open
3 tasks done

bug: creating a tag in the sidebar returns 500 #19

paulknulst opened this issue Sep 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@paulknulst
Copy link

Describe the bug

Creating a new Tag in the sidebar will throw an error but still save the Tag within the database.

I already updated the source and got the following error within

Error: [Immer] minified error nr: 4. Find the full error at: https://bit.ly/3cXEKWf
    at a (_app-62d4774c9ec39cc8.js:1:20196)
    at P (_app-62d4774c9ec39cc8.js:1:22206)
    at t.produce (_app-62d4774c9ec39cc8.js:1:26354)
    at _app-62d4774c9ec39cc8.js:1:26006
    at n (_app-62d4774c9ec39cc8.js:1:28102)
    at addTag (_app-62d4774c9ec39cc8.js:1:30311)
    at O (132.e5452ba71a226522.js:1:9124)

The error happens in the sidebar.jsx within the function saveQuickTag

Reproduction

Create a new tag from the sidebar

System Info

Build locally with Docker
Build remotely on Docker Swarm
Install it without Docker


  System:
    OS: Linux 5.10 Debian GNU/Linux 11 (bullseye) 11 (bullseye)
    CPU: (16) x64 Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
    Memory: 48.41 GB / 50.08 GB
    Container: Yes
    Shell: 5.1.4 - /bin/bash
  Binaries:
    Node: 16.17.0 - /usr/local/bin/node
    Yarn: 1.22.19 - /usr/local/bin/yarn
    npm: 8.15.0 - /usr/local/bin/npm

Used Package Manager

pnpm

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
@ndom91
Copy link
Owner

ndom91 commented Nov 14, 2022

Thanks this clearly looks like a frontend JS error on my side, will take a look!

@ndom91 ndom91 added the bug Something isn't working label Dec 21, 2023
@ndom91 ndom91 changed the title Error while adding a new Tag bug: creating a tag in the sidebar returns 500 Dec 21, 2023
@ndom91
Copy link
Owner

ndom91 commented Dec 21, 2023

Can confirm this is still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants