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

warning: insert into certificate (...) - ER_DATA_TOO_LONG: Data too long for column 'nice_name' at row 1 #2054

Open
marrobHD opened this issue May 15, 2022 · 3 comments

Comments

@marrobHD
Copy link

Describe the bug

Occurs when too much Domain Names are configured in Proxy host and trying to create ssl cert.

Nginx Proxy Manager Version

v2.9.18

To Reproduce
Steps to reproduce the behavior:

  1. Create proxy host with 13 domains
  2. Create new SSL certificate
  3. See error in logs

Expected behavior
Should insert fine in database.

Additional context

app_1  | [5/14/2022] [11:46:00 PM] [Express  ] › ⚠  warning   insert into `certificate` (`created_on`, `domain_names`, `expires_on`, `meta`, `modified_on`, `nice_name`, `owner_user_id`, `provider`) values (NOW(), '[\"DOMAINS Removed\"]', NOW(), '{\"letsencrypt_agree\":true,\"dns_challenge\":false,\"nginx_online\":true,\"nginx_err\":null,\"letsencrypt_email\":\"MAIL REMOVED\"}', NOW(), 'DOMAINS REMOVED', 1, 'letsencrypt') - ER_DATA_TOO_LONG: Data too long for column 'nice_name' at row 1
@marrobHD marrobHD added the bug label May 15, 2022
@nicoleonwien
Copy link

Is there any chance to get this fixed?

@Shocktrooper
Copy link

I just got this as well. I created a valid http redirect but when I tried to create a cert it complained.

Copy link

Issue is now considered stale. If you want to keep it open, please comment 👍

@github-actions github-actions bot added the stale label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants