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) Unexpected error when Creating a new notebook with a repeated slug #91

Closed
2 tasks done
franciscocabral opened this issue Sep 8, 2023 · 1 comment
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@franciscocabral
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Is This A Security Issue?

  • This is not a security issue

Describe The Problem

When creating a notebook, if you already have a notebook with the same slang, the API gives a error 500

Expected Behavior

Should create a new notebook, using the same slug but incremented in 1 at the end.

original slug: personal
new slug? personal-1

not doing that makes people need to remember every slug that already been used.

Steps To Reproduce

  1. Create a notebook with slug: "my-notebook"
  2. Create a new notebook with the same slug

Environment

Server
os: Manjaro
install method: Docker

Client
os: MacOS 13.0
browser: Chrome Version 116.0.5845.140 (Official Build) (arm64)

Extra Context

No response

@franciscocabral franciscocabral added the bug Something isn't working label Sep 8, 2023
@enchant97
Copy link
Owner

This is something that will be addressed in a future update.

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