Strapi create index already exists. May 4, 2023 · System information Node.
Strapi create index already exists 6. The table obviously exists and should not have to be dropped just to get Strapi started. You switched accounts on another tab or window. table, (table) => { table Oct 13, 2020 · But, knowing that Strapi doesn’t delete the table from the db after a collection is deleted will make me never re-use the same collection name twice with Strapi. 7. 15. An extreme example: Component components_aggregators_sci_fi_movie_director_interviews references Jul 5, 2022 · This looks to be a limitation of Postgres, where the max length of an identifier (including table and index names) can be 63. Clone a database on a Postgres server, e. 2; NPM Version: 8. getIndexes() If this is indeed the case (you have a non-unique index over code field), issue: db. 7 to 4. . Basically, I’m trying to import a version of my database from the Staging server to a Development server, but am then unable to run the Jan 3, 2022 · Bug report Describe the bug The problem is on boot, Strapi is trying to create a . Aug 1, 2022 · A step-by-step guide to implementing a product information manager with Strapi and creating a storefront with Next. md and your solution? The link you provided appears to have been taken down. 04: **Database: mysql: **Node Version: 16. 0 and i need to create a custom plugin which will allow to export my content-type data base entries into a downloadable CSV file. I guess what I’m trying to do is quite common case, but as I’m still Apr 13, 2023 · HI Guys, I have been working with strapi v4. Provide details and share your research! But avoid …. 19. db has already example data (few posts,tags and categories) What I want to achieve Apr 27, 2022 · Strapi Version: 4. 21 $ strapi develop Cleaning dist dir (7ms) ⠋ Loading Strapi⠋ Building build context [INFO] Including the following ENV variables as part of the JS bundle: - ADMIN_PATH - STRAPI_ADMIN_BACKEND_URL - STRAPI_TELEMETRY_DISABLED Building build context (31ms) Creating admin (150ms) ⠴ Loading Strapi{ event: 'migrating', name: '5. Modifying Tables Mar 6, 2011 · You signed in with another tab or window. Dec 14, 2023 · I finally found the answer here Create index already exists. How can I do that? I’m using postgresql with strapi. js. Jan 13, 2019 · Informations Node. Oct 17, 2018 · You signed in with another tab or window. env file with some vars and platform. js version: 10. Happy new forum! Git repo : git clone GitHub - slaaavi/strapiTagsExample Strapi application Strapi v3. Nov 8, 2020 · Unable to Start After DB Import (error: relation X already exists) Hi, I have the same strapi app deployed on multiple environments (local, Heroku, etc) and I'm trying to move the data from one to the other. Ask questions or help others with answers. 1; NPM version: 6. 19 Yarn Version:</details> When installing Strapi for the first time, in this case it is not the standard ins… May 3, 2023 · System information Node. dropIndex("code_1") (replace with the code field index name). Deleting a content type doesn’t delete the table/fields from the db. I do not know what I'm doing wrong. Sep 15, 2021 · Unable to Start After DB Import (error: relation X already exists) Hi, I have the same strapi app deployed on multiple environments (local, Heroku, etc) and I’m trying to move the data from one to the other. I would like to create a UI component where all of the data rendered in it is already part of the product model. Before the Inputs component, add your Map for example Bug report Required System information Node: 18. I followed this docs [1] (htt Jan 2, 2024 · error: alter table "challenges_invited_users_links" add constraint "challenges_invited_users_links_unique" unique ("challenge_id", "user_id") - could not create unique index "challenges_invited_users_links_unique" In my project i have challenge collection which has relation with user collection several times under different field names,the Apr 5, 2021 · So for some reason, the content-types don't get deleted from the memory of existing user roles **Steps to reproduce the problem** 1) create content-type 2) add a string field to it 3) save 4) delete content-type 5) content-type is not in the list of content-types anymore but the database table still exists + the reference to the content-type Feb 13, 2025 · This is particularly useful when a Strapi table already exists and you need to extend or modify its structure to suit specific requirements. 14. It thinks that something has changed because the indexes from the DBschema don't match the ones from the strapi schema: `` //DBschema {columns: [ 'path_id' ], name: 'upload_folders_path_id_index', type: null} // Strapi schema Sep 22, 2021 · System Information Hi, I’m using Postgres DB name “test”, I clone the DB to a new one name: “test_new” and I configure the application to connect to the newly cloned DB “test_new”, the issue is, when the application start is trying to create tables which already exist in the DB, so it failed to start. 0 NPM version: 9. 250] error: create table `strapi`. Reload to refresh your session. js and index-95e8649d. try: db. 0 Sep 6, 2023 · System Information Hi, I am new to strapi, I am facing issue with media library, as soon as I create a relationship between 2 content types, after that I cannot access my media library and cannot upload any media from the strapi admin. Node. 1 Database: MySQL Operating system: linux/mac os Is your project Javascript or Typescript: Javascript Bug Descr Dec 9, 2022 · Some context: For bidirectional relationships Strapi uses mappedBy and inversedBy (see docs). 10. E. 4 NPM: 8. In addition to the register() lifecycle function, which is executed as soon as the plugin is loaded, a bootstrap() lifecycle function executes after all plugins are loaded. The name of the component that held the relationship was too long. Any ideas ? Create index request: Delete request: May 18, 2022 · <details><summary>System Information</summary>**Strapi Version: 4. To create a custom table in Strapi, you define a new model schema in the project's api directory. 1 Strapi version: 4. index(my_columns, my_index); }); I Jul 21, 2021 · npx create-strapi-app backend; Select "Custom (manual settings) Type "N" to create a template; Choose "postgres" Setup postgres credentials and select "no" for SSL connection; Application completes; Added email provider: yarn add strapi-provider-email-sendgrid; Added upload provider: yarn add strapi-provider-upload-aws-s3; Edited config/plugins. DROP INDEX "articles_categories_links_inv_fk"; It look like the strapi server everytime it started it create index for relation collection so dropping the index solved it. From content manager I am unable to upload any media, it is always giving me this error: “Woops! Something went wrong. 9 npm version: 6. 20 NPM Version: 8. js version: v10. Comprehensive guide covering database schema conflicts, table naming issues, and index conflicts. 2. 5: **Yarn Version: 1. Custom Tables. 20. The reason is that if I receive two requests very close to each other, it’s possible that a field which is flagged as unique: true in the schema. 1114, but to no avail. 0; Yarn Version: I have a Product Content Model that has the following attributes: name short desc image ingredients. 1. Need to find files index-3f8cf4d5. Questions and Answers. 826] error: create index “person_network_membership_roles_entity Mar 8, 2023 · @Barney 💯 Thank you! I had the exact same issue, shortening the name of the component fixed it immediately. I added necessary fields to our Single Type, marked them as required (in my case boolean and single component) and set default values for both of them (tab advanced in field configuration). Here are the steps: npx create-strapi-app@latest . Oct 13, 2020 · So for some reason, the content-types don't get deleted from the memory of existing user roles **Steps to reproduce the problem** 1) create content-type 2) add a string field to it 3) save 4) delete content-type 5) content-type is not in the list of content-types anymore but the database table still exists + the reference to the content-type May 4, 2023 · System information Node. May 2, 2024 · System Information Strapi Version: 4. jpeg), a reduced file (filename-thumb. 13. 2; Operating System: MacOS; Database: mysql; Node Version: v16. Consequently we need to shorten the content types names for the deployment to work. I run strapi with npm run develop and I cannot create a new collection type! Apr 9, 2023 · It says that the field you are referencing to doesn’t exist. 1 ? Port: 5432 ? Username Jul 31, 2023 · Hello everyone, i used Strapi 4. Have 2 localizations set up; Create an entity; Create a translation for the entity; Save the translated entity; Publish the translated entity; Expected behavior. When Strapi builds the database it creates foreign keys by appending the component name to the collection type name. Postgres index name is limited to 63 characters. And now strapi will not start. 19:</details> Hi, Im trying to install/run strapi on an Ubuntu server with pm2 and when i start the app the pm2 logs show: [2022-05-18 09:26:59. Bimesh_Uprety October 28, 2020, 8:01am Nov 6, 2020 · Hi Guys, I want to create thumbnails. We do have some collectionNames/tables that are close to 64 chars in length. I am programming in typescript and followed this tutorial: Plugins development | Strapi Documentation Mar 1, 2025 · It's important to ensure that table names are unique to prevent the 'strapi db table already exists' error, which occurs if a table with the same name is already present in the database. json; yarn install; yarn strapi develop; See error Nov 29, 2024 · Learn how to fix Strapi v5 migration issues with PostgreSQL. reference-cell" } Mar 30, 2024 · error: create index “components_readings_information_tp_informations_reference_cell_links_fk” on “public”. 3 I am trying to deploy my strapi backend with psql database and docker container. While waiting for the bug to be fixed I need a workaround. I followed this docs [1] (Importing and Exporting Heroku Postgres Databases | Heroku Dev Center) and exported the Postgres database I use for strapi in the Heroku environment, I Dec 13, 2023 · I finally found the answer here Create index already exists. Amazing! 🙁 Oct 1, 2024 · Getting throw new ApplicationError:"This locale doesn't exist" on strapi. Create a subfolder with the same name as the plugin to be extended. 1 Operating System: Ubuntu Database: Postgres Node Version: 16. "reference_cell": { "type": "relation", "relation": "oneToOne", "target": "api::reference-cell. Possibly related to this recent fix in Strapi 4. To fix this you just need to re-run Strapi – table core_storage will then be existing and other queries will succeed. Hey, I got the Jul 19, 2022 · This looks to be a limitation of Postgres, where the max length of an identifier (including table and index names) can be 63. Create index already exists. I have also tried putting with axios and updating the collection type with graphql which does transfer the Learn how you can easily create landing pages using the Dynamic Zone feature on Strapi Jan 26, 2022 · BTW, Transactions are not yet supported on Strapi v4. 18 Database: postgres Operating system: Mac OS Mojave What is the current behavior? When adding a required fiel Sep 23, 2024 · I have a number of relations in my tables stored in Strapi. 838] error: drop table if exists `innodb_index_stats May 14, 2022 · Oh my god thank you–this is the only thing that worked for me! My process was this: heroku pg:backups:capture --a <my-app> heroku pg:backups:download--a <my-app> Use pgAdmin restore with these settings: include CREATE DATABASE statement, Clean before restore. May 4, 2023 · System information Node. I’ve tried to write a migration script: await knex. If you are trying to relate a table with custom field instead of the default id that strapi provides, try using this syntax, field: { fieldYouWantToRelate: }, This worked for me Dec 26, 2021 · Hey andrew, To extend a plugin’s interface using the . Not sure how necessary, but seemed to minimize my errors. 11. 9. Yeah we are aware of the Oct 2, 2020 · What I want to achieve. 0-alpha. 1? #19510. 16. I guess I need to manually edit some files to get strapi started again. Hi! We're trying to enhance our single-type with new fields. schema. Database-SQL. The problem is that when I try to call the following instruction in the plugin bootstrap function await connection. Apr 17, 2022 · [2022-10-13 13:02:19. io) Development mode: strapi_dev; Staging mode: strapi_staging; Production mode: strapi (already exists) May 5, 2024 · Hi, I’m trying to create unique indexes with Strapi and MySQL. Create a subfolder with the same name as the plugin to be extended, in your case users-permissions. mjs. I think I understand your explanation, but I don’t know how to write it(not to mention efficiently). 5. create Index already exist exception upon create index on postgresql. /src/extensions folder at the root of the app, if the folder does not already exist. PostgreSQL thinks there are no Jun 14, 2015 · You signed in with another tab or window. Update an existing and not so simple already populated Strapi editing package. Mar 20, 2022 · The way I fix this issue is removing the following index from a data base and then it started working for me. However, the Admin Panel APIs introduced in Strapi v4 allow for further customization. The server can’t start either so am stuck and this is a production server. Oct 3, 2024 · Workaround until we fix the issue and allow copying over the "bad" data would be to clean the v4 database before migration (or if migration has already been started, look at the error log to find the failing attribute name and clean that trying to migrate to v5 until it succeeds) of invalid enum data. 5 Operating System: Ubuntu Database: PostgreSQL Node Version: 14. Now, I know that plugins for that already exist, but I need to create my own one (because of dependencies etc. Jul 3, 2022 · Strapi Community Forum Create index already exists. - relation "my-table" does not exist This May 18, 2022 · The issue was due to a silly mistake by me so the solution was: Create a database and add some environment variables to ecosystem. data. 0 (Since now Strapi comes already compiled in mjs and js files) Path: /node_modules/ @strapi /admin/dist/_chunks. connection; await knex. g. Aug 30, 2018 · Node. Create the Strapi project by running any of the commands below. db. /src/extensions folder in v4 of strapi: Create the . name; Save; Rename property to title; Index name_1 still exists (but index_1 also created) Expected behavior Apr 3, 2024 · yarn run v1. 1 Database: MySQL Operating system: linux/mac os Is your project Javascript or Typescript: Javascript Bug Description I am creating custom indexes in my Mar 4, 2023 · I have a problem where I cannot create a new repeatable component entry within a collection type that already exists upon submitting a form. How do I go Click Create database button; Instance Details panel - Security groups Edit inbound rules: PostgreSQL (5432) - Anywhere; Create databases for dev & staging modes (GUI recommend: https://dbeaver. Adding (if not exists) related records in POST Method. Apr 9, 2024 · issue: bug Issue reporting a bug severity: medium If it breaks the basic use of the product but can be worked around source: core:content-type-builder Source is core/content-type-builder package status: pending reproduction Waiting for free time to reproduce the issue, or more information Aug 9, 2019 · In my case the issue was the up_users_id_seq sequence which tried to insert an entry with an ID that already exists (due to importing rows). The server returns null on a lot of collections and the data seems to be null. Create a folder called voting. Steps to reproduce the behavior. My guess is that your current code index is non-unique. Term. 823] debug: ⛔ Server wasn’t able to start properly. 0-alpha14 Database: postgres 10 Operating system: macos 10. mkdir voting. json won’t be enforced to be unique, and duplicated entries can occur. Dec 22, 2020 · I’m having the exact same error, @Jessinra, after attempting a db import – is there somewhere I can take a look at your README. And when creating the relation on the component, strapi concatenates component name, and the referenced collection’s name, that can easily become too long. entityService. rendysyabany July 3, 2022, 3:36pm 4. log does show the fields on service level Describe the bug When we start strapi manually (from the command line with npx strapi start) it seems to run fine. 1; Strapi version: Unsure; Database: Postgres running on docker container; Operating system: Strapi is on windows 10, postgres is on a docker container using official image. May 14, 2015 · You already have an index on that collection with the same name, but with a different definition. But what files and what to change ? [2022-06-28 15:52:47. Oct 7, 2024 · To fix this, I decided to add an index to the `time` column in the `strapi_database_schema` table. config. When trying to start Sep 21, 2023 · <details><summary>System Information</summary>Strapi Version: 4. DMehaffy October 13, 2020, 7:21pm 4. Jul 16, 2022 · <details><summary>System Information</summary>Strapi Version: 4. Sep 25, 2017 · I am trying a simple new index on elasticsearch cloud with postman (elastic v. By doing this, I could help MySQL handle the sorting more efficiently, reducing the memory Jun 28, 2022 · Hi I get the same problem. Does anyone know how I can code? Thanks in advance! Benjamin Feb 9, 2020 · Strapi restarts to save the changes, and loads back up just fine. 0 Database: Postgres OS: NixOs Describe the bug I have migrated my database from Sqlite to Postgres. js like this: const knex = strapi. 0-beta. Also, we can find the right location by searching for the string __enum_option_null. jpeg - 100 x 100 px) is saved on the server. Normally, when a user uploads an image (filename. Oct 12, 2020 · I’m very new to Strapi (version) 3. 5 app. js Strapi Community Forum Error: drop table if exists `innodb_index_stats` - UNKNOWN_CODE_PLEASE_REPORT Mar 23, 2021 · I’m very new to Strapi (version) 3. /tmp. I tried using strict mode (with reference to issue no. alterTable(my_table, async (t) => { t. Updating the index ALTER SEQUENCE up_users_id_seq RESTART with new_index; fixed the issue Jan 7, 2021 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Please, try again. 0 NPM version: 6. 15: **NPM Version: 8. Database Table Inspection the content-types declarations in the register() function of the Strapi application; To overwrite a plugin's content-types: (optional) Create the . Oct 20, 2023 · Solution for Strapi above 4. 3 and MySQL 5. 8: 7966: Apr 22, 2022 · System Information I’ve seen many posts on this issue, read the docs on new populate standard by quering. However when we run it as a windows service with the same command line but a different user we get errors and no server is Oct 2, 2020 · So this isn’t a perfect example but just a rough one… What I’m doing is overwriting the create controller from the model article which has a manyWay relation to a model called tag. What I do get with new populate strategy is: I overriden find and findOne, just so i could insert some logs and see what is going on when populate=* or populate=fieldWanted query is passed, my console. Step-by-step solutions for developers. js version: 18. This topic has been created from a Discord post (1287751367066259500) to Oct 13, 2020 · Strapi Community Forum Error: relation . This schema outlines the fields and data types that your table will contain. 0 and cleaning up duplicates in some tables, everything went OK except one important detail. alterTable(uniqueIndex. Depending on what needs to be extended: create a strapi-server. 3. Feb 19, 2019 · @brunodeangelis the problem is neither, the ALTER TABLE command in normal SQL vs SQLite are different (in that the SQLite version is far more limited) In order to modify a column in a table (and keep the data) effectively what has to happen is a temporary table is made with the modifications, data is copied over from existing to the temp, the existing is deleted, and the temp is renamed like Jan 23, 2020 · Happens less often, but is also the same case – core_storage is created asynchronously which causes dependent queries to fail if the table is not yet created. `strapi_core_store_settings` (`id` int unsigned not null auto_increment primary key, `key` varchar(255) null, `value` longtext null, `type` varchar(255) null, `environment` varchar(255) null, `tag` varchar(255) null) - ER_TABLE_EXISTS_ERROR: Table 'strapi_core_store_settings' already exists Aug 24, 2023 · If I understand it correct strapi creates for relation fields two index on the db they end with: _fk _inv_fk; When the overall index name is to long the endings are removed by the trucating and strapi tries to create two index with the same name. “components_readings_information_tp_informations_reference_cell_links” (“tp_information_id”) - relation “components_readings_information_tp_informations_reference_cell_” already exists Jan 22, 2019 · Cannot update due to a new index that should be created in table admin_permissions_role_links because of duplicate records that already exist in such table. Amazing! Jan 28, 2020 · Strapi should start normally. Tried many workarounds, no better results. My custom tsvector fields (using postgres) were removed from 3 tables that have them. 1 Database: MySQL Operating system: linux/mac os Is your project Javascript or Typescript: Javascript Bug Description I am creating custom indexes in my db in my src/index. Either way I felt that whenever the server was trying to start it was insisting on trying to write the same relations to the db. [2022-06-28 15:52:47. 52) But i cant see this index in my control panel. Oct 16, 2024 · I originally built my content models out in sqlite, but have since moved to Postgres. Support provided by the rest of the Strapi Community. When I add a new post with categories and tags, if some of the category or tag does not already exists in db - to be added. It will take the array of tags, if it’s an ID (based on SQL, won’t work for mongoose Jun 8, 2023 · The updateSchema function tries to add indexes that already exist because it thinks something has changed. create database <new-db> template <old-db>; Nov 9, 2020 · Unable to Start After DB Import (error: relation X already exists) Hi, I have the same strapi app deployed on multiple environments (local, Heroku, etc) and I’m trying to move the data from one to the other. sh has a forceful read-only file system (ROFS). 0. Then, we move into the folder: cd voting. 15 Yarn Version:</details> Hello, Just created a new Strapi 4. js May 11, 2023 · Every time I save anything in my Strapi application I am getting this error: error: alter table "account_landings_components" add constraint "account_landings_unique" unique (&q Apr 1, 2012 · Dropping the strapi_migrations table does not resolve the problem, but it gets thrown for another table. 0 Strapi: 4. Create a new collection with the name: test-collection-name Feb 22, 2023 · create table “strapi_ee_store_settings” (“id” serial primary key, “key” varchar(255) null, “value” text null) - relation “strapi_ee_store_settings” already exists. 1 Operating System: Windows Database: Postgresql Node Version: 18. On running this, I got a bunch of errors saying: pg_restore: error: could Dec 30, 2022 · Bug report Required System information create table mapCareers (id int unsigned not null auto_increment primary key, title varchar(255) null, description longtext null) - ER_TABLE_EXISTS_ERROR: Table 'mapcareers' already exists Error: ER Oct 2, 2020 · Hi everyone. Following this guide should help you migrate a basic plugin with a single view. The MySQL db still contains the content type table and fields. Seems like I’m using the exact same setup. System. For example: Dec 31, 2023 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. So one side holds the mappedBy attribute and the other inversedBy. There is a Github Issue: [v4] Support Database Transactions with Knex, please · Issue #11792 · strapi/strapi · GitHub And there is this PR open for implementation: simple implementation of transactions by tuxuuman · Pull Request #12715 · strapi/strapi · GitHub We'll start by creating the backend for our project using Strapi 5. 2 NPM Version: 6. Renaming property in content type does not rename/recreate indexes properly. I have tried posting with axios but receive this error: 405 (Method Not Allowed) but all permissions have been set for true for the collection type. After using the Codemods to convert our models to the v4 format, when starting Strapi with an empty db, it fails because some table names, some column names or some foreign key identifiers are too long, because Strapi prepends a bunch of stuff (like _links_inv_fk Mar 13, 2023 · You signed in with another tab or window. Sep 2, 2024 · Hello I’m trying to create an index for a content type defined in my plugin. Nov 9, 2022 · After upgrading from 4. I was wondering whether Strapi creates indexes over the foreign keys automatically, or will I need to do that? Also, say I want to create an index on createdAt field so that my sorts do take advantage of it. 18. 16. js file to extend a plugin’s back end Feb 16, 2024 · The related entity doesn't exist or the entity already exists in this locale. 6; Database: Postgres; Operating system: macOS (local) and Linux (server) - happens on both systems Apr 12, 2022 · Hello, we're currently trying to migrate from v3 to v4. Nov 29, 2024 · error: create index "strapi_transfer_token_permissions_token_links_fk" - relation already exists error: create index "files_related_morphs_fk" - relation already exists error: alter table add constraint "files_folder_links_unique" - relation already exists Step-by-Step Resolution Guide 1. 14 When using postgres, you will see a lot of errors when creating indexes because they already exists. Create a content-types subfolder. ” And the media Apr 9, 2024 · Hello, I’m facing an issue, I installed a new app and I cannot get it to run at all. Posts has and belongs to many Categories | Posts has and belongs to many Tags In . 31. Asking for help, clarification, or responding to other answers. Jun 14, 2015 · I am experiencing a create index already exists error when creating a one-to-one relational field on a component. The entity Oct 28, 2020 · Try to create an user with another email, if works means that you already have the first user in your db, and you can easily remove it from administration panel and recreate it. If it’s going to take 10-20 lines of code will be in great help to have it also as reference how to do similar actions in the future( when starting implementing more relationships). raw( 'CREATE UNIQUE INDEX IF NOT EXISTS composite_uix ON my_table("a", "b")' ); This exception is thrown back> error: CREATE UNIQUE INDEX IF NOT EXISTS . 6 created with --quickstart (using SQLite) The Data Model is: 3 Tables - Posts, Categories and Tags. Postgres could not create unique index, key is duplicated. The goal here is to allow posting new/existing tags as strings OR the ID of the tag when you are creating a new article. 2 with Docker, but every time that i create a object, always my container downs because “relation “cinta_iconos_unique” already exists” This problem fixed when i delete contrainst in my pgadmin, and Strapi ups, but when i create a new object, repeat this scenario Oct 2, 2020 · @DMehaffy : Thanks for the reply. 4. 1. ? Choose your installation type Custom (manual settings) ? Choose your preferred language JavaScript ? Choose your default database client postgres ? Database name: testdb ? Host: 127. It’s a Postgres index name length issue. Dec 3, 2021 · System Information Hello guys, I’ve already built many collection/single types, customized the admin and some plugins but lately I’ve been having a very strange issue. I also received an "index not found" exception when I tried to send a delete request to the server. The DB exists and postgres runs properly. 4; Strapi version: 3. 22. 11: **Operating System: Ubuntu 20. Why does Strapi try to create the tables? while it’s already created. Create a central folder that will hold both the backend and frontend projects. Nov 9, 2023 · You signed in with another tab or window. …). You signed out in another tab or window. 0 NPM Version: 10. 0 Strapi version: 3. Feb 28, 2019 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. This means that all my data schemas were in place, Postgres connects well and I’m able to read and write data to these fields. already exists. Use MongoDB; Create content type using Content Type Builder; Create property with (unique) index, e. mayxo ssmy hkfdfrjm tkoatoq ylh agc xvfq hpxpni txyy cnnddaz jaiea tjonl dkwnl vyko euumc