-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v3.0.0 Clone works only once per campaign name #1725
Comments
Not maintainer but I looked into it and the new Version 3.0 adds slug by default and hence it can't be cloned. No issues if you clone old campaigns. |
I had the same issue cloning a deleted campaign: record.mp4 |
Same here. |
thank you @knadh! will this be added in a new version? |
sorry for asking maybe a dump question... All issues seems closed for this topic but it still exists. |
I'm unable to clone an old campaign as well. error creating campaign: pq: duplicate key value violates unique constraint "campaigns_archive_slug_key" |
Getting this error too. My solution was to set the |
Have been hitting this as well since upgrading, and I have a clone-heavy workflow so life is a misery. Would really appreciate a new release with all the bug fixes. |
same issue here! can we re-open this? |
@m3nu How did you do it? |
@momu I'm assuming he modified the data in the database. |
Just for reference:
|
Version:
Description of the bug and steps to reproduce:
create a campaign and try to clone it two times.
Screenshots:
If applicable, add screenshots to help explain your problem.
Log:
2024/02/12 09:40:30 campaigns.go:197: error creating campaign: pq: duplicate key value violates unique constraint "campaigns_archive_slug_key"
The text was updated successfully, but these errors were encountered: