Strapi error create index github. Happening on strapi develop.
Strapi error create index github. 0; Strapi version: 3 .
Strapi error create index github ) Jun 13, 2018 · I believe the issue here is that every single model has a FULLTEXT search index being created but on models that don't have a column that can be placed in the index IE a boolean or a relation it will throw out errors. SQL 查询: -- -- 表的索引 `strapi_administrator` -- ALTER TABLE `strapi_administrator` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `strapi_administrator_email_unique` (`email`) MySQL 返回: 文档 #1071 - Specified key was too long; max key length is 767 bytes Jan 28, 2022 · Bug report Describe the bug Using a relation in a component which is then placed in a dynamic zone can create invalid indexes in mariadb. According to this thread: MySQL 8 has supports pluggable authentication methods. 4 YARN version: 1. 10. 0-alpha. Your issue looks related to that topic but it's an old one. github. 0-alpha14 Database: postgres 10 Operating system: macos 10. 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. js version: Node LTS version (v12 / v14) NPM version:6. Apr 3, 2024 · yarn run v1. PS D:\My Projects\Dashboard> npx create-strapi-app@latest my-project --quickstart Creating a quickstart project. Here is a repo where I reproduce the steps taken to produce the bug. associations . Contribute to strapi/strapi-starter-nuxt-e-commerce development by creating an account on GitHub. Install Strapi with this Quickstart command to create a Strapi project instantly: (Use yarn to install the Strapi project (recommended). Nov 9, 2023 · Node. Only seems to happens when there is a relation in play. What can I do to solve this? any help is welcome. 19. When deploying my app to heroku I see this error: Error: Failed to load native binding. 1 and 4. Steps to reproduce the behavior. "reference_cell Jan 22, 2019 · Tried the migrations on a totally isolated environment (Strapi running locally over a Dockerized Postgres with a copy of the production database). Not completely sure if this is the same issue but, we are on Strapi 4 and after we change existing field to use different component, it appears to use old component id, making completely unrelated places have identical data, changing one place would also change another. I’ve created other components of which have one-to-one relational fields with different collection types. Apr 19, 2024 · After generating my first strapi v5 app locally using the cli command npx create-strapi-app@beta strapi choosing the custom option as well as typescript and then providing my postgres db info. The reason you're facing this issue is that Strapi needs to make changes to the file system when you create/update/delete content types. Possibly this had something to do with the User collection type. 0: this will be v4 warning @strapi/strapi > @strapi/plugin-email > @strapi/provider-email-sendmail > sendmail > mailcomposer Oct 3, 2024 · Strapi version: 5. This command will not change other values in your . Removing the relationship seems to get the code to compile again. As a possible solution you could try do a resolution – codemirror Jun 14, 2011 · Node. Could you share how you are sending the file? Maybe the validator doesn't account for that format and we could refactor it. ts in container still looks like this though, should i be changing config here as well? Apologies, newbie to typescript. Link strapi Sep 13, 2020 · issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:upload Source is core/upload package status: confirmed Confirmed by a Strapi Team member or multiple community members Nov 14, 2019 · 1 I installed nodejs v12. $ yarn build yarn run v1. I'm trying to install i18n in those models. Node. System. 0 Strapi: 4. env file with the JWT_SECRETs it needs. Install plugin content-type-builder. Apr 14, 2021 · System. Nov 6, 2017 · You signed in with another tab or window. create database <new-db> template <old-db>; Saved searches Use saved searches to filter your results more quickly Jan 28, 2020 · Describe the bug When starting Strapi with content types that have relationships to other content types, I get the following stack trace: Bug report Required System information Strapi version: 4. Apr 12, 2022 · Hello, we're currently trying to migrate from v3 to v4. 6 to 3. Clone a database on a Postgres server, e. js E-commerce. com/strapi/strapi 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 Aug 30, 2018 · Node. The issue for me was due to "resolveJsonModule": false in tsconfig. We ask that you please follow the issue template. pages>'. Strapi Starter Nuxt. 7. 18. 14. 11 Strapi version: Database: msql (wamp) Operating system:windows Additional context so i was creating a new project which i want to use sql and the it returned ER_TOO_LONG_K Jul 11, 2024 · > strapi develop ⠋ 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 (90ms) Creating admin (13337ms) ⠙ Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information Mar 8, 2024 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. When I try and run the new strapi instance for the first time using npm run develop I get missing module errors. thank you. 9. Hello @andriichekhomskyi,. If you have problems with the dependency might be because some caching or node_modules stuff Jan 4, 2022 · …fier length issues Renamed `components_components_additional_informations` to a shorter name to avoid database errors caused by exceeding identifier length limits. 0-beta. Apr 16, 2024 · Hi, I was able to figure out the issue. Apr 20, 2020 · Describe the bug I'm following the document guide to install strapi,either the way using cli or docker,but always failed. Jan 22, 2019 · Saved searches Use saved searches to filter your results more quickly Apr 1, 2012 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. 04 LTS My connection with mongodb is flowing normally but when I try to do some post or query I Apr 4, 2023 · This is a templated message. Could you give me an example on how to do so? Feb 9, 2022 · Describe the bug. 4 D Dec 31, 2021 · Create Strapi app with yarn create strapi-app my-app; Open the app (my-app) in a text editor like VScode. By default, one of them named caching_sha2_password is used rather than our good old mysql_native_password. 0 npm version: 5. 14 When using postgres, you will see a lot of errors when creating indexes because they already exists. 0. If you run this command on an existing strapi instance your backend and frontend strapi users will need to sign in again. json file should look like this: Sep 19, 2024 · You signed in with another tab or window. js version: v18. 0 stable. You can use npm run setup in the project folder, to create the sapper . 4 strapi --quickstart to generate project and copying the same in docker image at . Jan 8, 2024 · This is a templated message. May 9, 2020 · Hello there. 2. Mar 6, 2024 · > strapi develop Cleaning dist dir (5ms) ⠋ 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 (82ms) Creating admin (167ms) ⠧ Loading Strapi[ERROR] There seems to be an unexpected error, try Jun 25, 2019 · Create the project and ignore the error, then manually edit the line "node": "^10. json ) from the files which is in my machine then it starts perfectly "⠦ Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information Jul 29, 2024 · - STRAPI_ADMIN_BACKEND_URL - STRAPI_TELEMETRY_DISABLED Building build context (83ms) Creating admin (463ms) ⠧ Loading Strapi[ERROR] There seems to be an unexpected error, try again with --debug for more information Sep 13, 2023 · You signed in with another tab or window. May 5, 2022 · I'm having this issue as wel. Nov 14, 2023 · @franckadil I'm sorry we can't help you on our side, but the aws-s3 dependency doesn't exist anymore on 4. env is not completely read by this part of the code ? Mar 18, 2022 · @linbudu599 can you detail your setup correctly and all the commands in order to reproduce the issue. 1 Strapi version: 4. If you don't know the name, use \dl to list available DBs May 5, 2023 · Node version: v16. Oct 16, 2023 · [2023-10-16 16:15:11. Tested it with 4. 1; Database: Postgres; Operating system: NA (deployed to heroku) Is your project Javascript or Typescript: Typescript; Describe the bug. 0" on package. Mar 8, 2019 · $ strapi new strapi-test 🚀 Start creating your Strapi application. TypeError: Cannot read property 'url' of undefined at Object. Mar 18, 2023 · It looks like a yarn resolution issue. 8; NPM version: 7. Creating a new Strapi application at D:\My Projects. Basically it requires the use of patch-package and for those who don't want to wait and see how it's done you can check out this repo I made a while back on how it works (it was made for v3, not v4 but the core logic remains the same, you are editing the file in node_modules Sep 20, 2024 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. js version: v12. 0" to "node": ">= 10. 0 Strapi version: 4. Apr 30, 2024 · You signed in with another tab or window. 15. Nov 8, 2023 · Saved searches Use saved searches to filter your results more quickly Sep 13, 2020 · issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:upload Source is core/upload package status: confirmed Confirmed by a Strapi Team member or multiple community members Nov 14, 2019 · 1 I installed nodejs v12. 0 Database: Postgres OS: NixOs Describe the bug I have migrated my database from Sqlite to Postgres. 4 NPM: 8. json in the created project folder. 0-rc. It fails to start: yarn workspace v1. * * @return {Promise} */ remove: async params => { // Select field to populate. Oct 3, 2024 · Strapi 5 migration, unable to create index because it already exists #21583 Closed derrickmehaffy opened this issue Oct 3, 2024 · 2 comments · Fixed by #21588 Jun 14, 2015 · Bug report Required System information Node. When the "API Uploads" directory already exists, the problem doesn't occur. I have resolved the issue last evening after many trials and efforts - I had uninstalled Strapi but was still having a problem and after repeating the install I was finally able to move on. Please update that in your issue to make sure anyone else looking at this issue knows exactly what you did to get to his point. Jan 12, 2021 · Bug report Describe the bug When building Strapi with Yarn V2, yarn build fails. After changing the relations between two collections types Strapi does not startup again, but crashes. The index names end up too long. Create a new collection with the name: test-collection-name Nov 24, 2021 · You signed in with another tab or window. 11, @esbuild/android-arm64@npm:0. 0; Strapi version: 3 Dropping the strapi_migrations table does not resolve the problem, but it gets thrown for another table. js This isn't really a bug but I'd like to write up a quick guide for this on our documentation on how to add new locales. 1 YN0000: ┌ Resolution step YN0085: │ + @strapi/plugin-cloud@npm:5. const populate = Demos. 3 Operating system: Ubuntu 16. Install plugin upload. 23. Run yarn develop. 1 to v3. Aug 2, 2023 · If you're still having connection errors, please open an issue in the strapi/strapi repo, and once things are figured out there, feel free to create another documentation issue so we can update the docs as necessary. env and not the default vite port Maybe the. 035Z] warn The bootstrap function is taking unusually long to execute (3500 Jun 13, 2024 · npm run develop > beta-10@0. 0 we added a validator to check if media is passed in the api #14670. Install plugin email. After the first attempt failed I deleted all the containers I have stored locally just to make sure I am getting a fresh build. YN0085: │ - @esbuild/aix-ppc64@npm:0. I have follow this guide When I tried to access to my strapi, Feb 8, 2019 · +1 - able to reproduce this on alpha. 4+, Database: Postgres Operating system: Linux Is your project Javascript or Typescript: Javascript Nov 6, 2022 · Bug report Required System information Node: 18. 7 Database: PostgreSQL Operating system: Ubuntu Describe the Mar 20, 2022 · System Information Hello, Just created a new Strapi 4. Screenshots. All I did was install Strapi like npx create-strapi-app@latest strapi-4. 89919999986887ms) - Creating admin[ERROR] Module not Jul 27, 2023 · Thanks for the report! Could you please let me know the following for both the local Strapi and the remote Strapi: Are you using local files or a file provider? Feb 28, 2020 · Oh wait a second, that paste didn't come from the branch I was running. See error; Expected behavior. Jan 12, 2022 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. 3; NPM version: 6. ly/2ZEqIau warning @strapi/strapi > @strapi/admin > fork-ts-checker-webpack-plugin > memfs@3. Oct 20, 2022 · @derrickmehaffy Thanks. 21 $ strapi develop Cleaning dist dir (4ms) ⠋ 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 (39ms) ⠙ Creating adminRe-optimizing dependencies because lockfile has changed Jan 3, 2024 · You signed in with another tab or window. Jun 8, 2023 · The updateSchema function tries to add indexes that already exist because it thinks something has changed. 89919999986887ms) - Creating admin[ERROR] Module not Jul 27, 2023 · Thanks for the report! Could you please let me know the following for both the local Strapi and the remote Strapi: Are you using local files or a file provider? Sep 24, 2019 · The next two things I intend to investigate are AWS configuration (I know nearly nothing about it so its probable come from there), and my strapi install, as I fear my global install of Strapi could conflict with the node_module local install (thought about this after witnessing strapi start failing to launch my new project (with output strapi Jun 4, 2020 · Can you please create a new GitHub issue by using the GitHub issue template, providing all required information. Feb 6, 2024 · System Information Hi friends , my project works great on PostgreSQL, but I’m migrating to MySQL and I have been fighting with that issue, I changed the name of the component from the admin panel, but I believe in the code of Strapi in some parts the long name continue. Jun 14, 2012 · Saved searches Use saved searches to filter your results more quickly Feb 10, 2022 · You signed in with another tab or window. System Node. 1. By the way, as a quick fix, after removing a unique field the developer can manually remove the related index. Add an item to the collection; Search for resources GET /resources?tags_contains=test; Expected behavior I expect a list of entities fitlered by json field. Steps to reproduce the behavior run git clone g Nov 9, 2023 · Type '{ localizations: { select: string[]; }; }' is not assignable to type 'Any<CollectionTypes. Database migration script worked right. 2 Database: MySQL (MariaDB) Operating system: OS (Sonoma 14. But when I want to start strapi I see this error: error: alter table `kindergartens_components` add unique `kind Oct 3, 2023 · Cancel Create saved Sign up for a free GitHub account to open an issue and contact its maintainers and the community. 0, 4. YN0000: └ Completed in 0s 945ms YN0000: ┌ Post Nov 18, 2022 · I've migrated from Strapi v4. 9 npm version: 6. js version: 14. env and create/update the strapi . You signed out in another tab or window. 15 Strapi version: 4. 3. js:16:48) at Array. 11, @esbuild/android-arm@npm:0. I'm doing this a college capstone project, and being new to Strapi, we probably messed up porting it so we tried recreating the API from scratch. js version: 8. 2 NPM version: 9. Hello @Brianggalvez,. It has already been fixed in Strapi 5 beta. 0 develop > strapi develop - 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 (237. Sep 4, 2019 · > strapi develop Cleaning dist dir (5ms) ⠋ 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 (82ms) Creating admin (167ms) ⠧ Loading Strapi[ERROR] There seems to be an unexpected error, try Jun 14, 2017 · I arrived at the same problem. j 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. 13. Update engines settings in package. Dec 7, 2023 · You signed in with another tab or window. Install yarn with these docs . 7 to 4. json to Aug 11, 2020 · Basic installation of strapi; Connect the database to Postgresql; Create a Collection called resources with a json field called tags. 19 $ strapi Jun 29, 2018 · /** * Promise to remove a/an demos. You switched accounts on another tab or window. 0 Strapi version: 3. 0; Strapi version: 3. json file. 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 3, 2022 · Saved searches Use saved searches to filter your results more quickly Sep 13, 2023 · You signed in with another tab or window. I was also using a 1Gb ram vps for my strapi test. 4 yarn run v1. So one side holds the mappedBy attribute and the other inversedBy. My custom tsvector fields (using postgres) were removed from 3 tables that have them. I tracked down the code that generates the indexes and foreignKey Dec 8, 2019 · You signed in with another tab or window. Sep 24, 2019 · The next two things I intend to investigate are AWS configuration (I know nearly nothing about it so its probable come from there), and my strapi install, as I fear my global install of Strapi could conflict with the node_module local install (thought about this after witnessing strapi start failing to launch my new project (with output strapi Nov 5, 2024 · This is a templated message. Mar 31, 2021 · Hi @creazy231 We can't do anything about any database performances per say :) here you need to create indexes in your DB to improve the performances. 4; Database: Mongo; Operating system: macOS 11. The new engines tab on the package. Fixes issues related to Strapi's database schema constraints. g. Right now we don't technically support yarn3 so that could be part of your issue. Steps to reproduce the behavior do the Quickstart command to create a Strapi project instantly: Go to 'do the command npm develo Nov 9, 2022 · After upgrading from 4. strapi/strapi#12101 Dec 21, 2024 · You signed in with another tab or window. js version: 18. 11, and 84 more. Since it seems to be related to the package manager I am thinking that the issue might be related to having the @strapi/helper-plugin package dependency in the following plugins: Nov 1, 2023 · This is a templated message. 1 is failing because strapi / strapi-admin are using a broken lodash version Issue tracked here Steps to reproduce the behavior Update Strapi Follow Migration Guide Run Build -- Clean Se Nov 5, 2019 · Describe the bug A clear and concise description of what the bug is. 2 Using MySQL Hey guys, Recently I have set up a new server for the latest Strapi version and everything has been working properly during implementation on my local, but once I pushed it to st May 28, 2020 · Describe the bug I'm using docker and I am migrate my strapi from 3. Sep 15, 2022 · issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:admin Source is core/admin package status: confirmed Confirmed by a Strapi Team member or multiple community members Oct 29, 2024 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Feb 18, 2021 · Bug report Describe the bug After migrate from strapi 3. Hello @jijojosein,. Using another thread (GitHub issue) will be able to manage your case. 5 to v4. Once I enabled it and rebuilt everything the issue was resolved. 0 NPM version: 9. Jan 6, 2022 · @kasonde, I used the strapi starter with next-blog. May 11, 2024 · The issue comes from the fact that only @strapi/strapi has @strapi/email listed as a dependency, but @strapi/core tries to load it dynamically without having it listed as a dependency, this will most likely break pnpm anyway. please try there. 0 develop > strapi develop Cleaning dist dir (6ms) ⠋ 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 (246ms) Creating admin (190ms) ⠴ Loading Strapi[ERROR Nov 15, 2023 · PS C:\Users\user\Desktop\strappiapp> npm run develop > strappiapp@0. 3; Additional context. Happening on strapi develop. 1 Strapi version: v4. 5. 2 NPM version: 6. Thank you for reporting this bug, however we are unable to reproduce the issue you described given the information we have on hand. 25. Mar 30, 2024 · Names are too long, it’s an issue we are aware of and cannot fix in Strapi 4. 5 app. 0 2 I use command "npx create-strapi-app lxyapi --quickstart" to create the banckend 3 Just two warns appeared "[2019-11-15T02:08:18. e. Was working perfectly in strapi 5. initialize \node_modules\strapi-plugin-graphql\hooks\graphql\index. 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 Oct 16, 2019 · npx create-strapi-app my-project; Choose MySQL as Database; Insert Credentials; Choose "No" for SSL; run "strapi start" or "npm run start" Expected behavior Admin Panel should show up. We do have some collectionNames/tables that are close to 64 chars in length. Jun 4, 2020 · Can you please create a new GitHub issue by using the GitHub issue template, providing all required information. Aug 16, 2023 · There should be DROP IF EXISTS for constraints or Strapi should not create unique index every time 76231417/strapi-index-error-when-i-try-to-save-anything Jun 5, 2019 · You signed in with another tab or window. 9; Database: MongoDB; Operating system: Ubuntu; Suggested solution. Install plugin users-permissions. May 3, 2023 · System information Node. 8. I'll have a look if it would be easy to get a fix that makes the change backward-compatible for the next version and add it to the migration guide the 4. Following the @m-emre-yalcin advice we got this: Jan 23, 2018 · Node. env files. /strapi/ server. A proper issue submission let's us better understand the origin of your bug and therefore help you. 6. js version: 10. I’ve created a component tp-information under readings-information and on that component I’ve tried to create a one-to-one relational field called reference-cell i. tp_information has one reference cell. I just made npm start in my new strapi project and when the browser opens there is a blank screen with a message that says: Not Found Also, in the console says: Error: ENOENT: No such file or directory, open '/build/index Mar 1, 2023 · Hello, in 4. Thank you and have a good day. When trying to start Jul 31, 2024 · Expected behavior. 14, @strapi/plugin-documentation@npm:5. Steps to reproduce the behavior migrate steps in migration guide rebuild admin panel with npm run build -- --cle Jan 27, 2023 · Hello others! 👋 this was indeed a Memory limit issue for me. I am begining to migrate to beta. Aug 3, 2022 · Create a couple of components and use it in a model (so strapi would create link between them and create index). 4 Jul 29, 2020 · Describe the bug Currently migration to Strapi 3. js version: 12; NPM version: 6. Hello @promasterCode,. Saved searches Use saved searches to filter your results more quickly Jun 14, 2018 · Saved searches Use saved searches to filter your results more quickly Whenever I try to create a component in Strapi content builder the server of strapi shuts down unexpectedly and if I delete that component (eg:" dummycompo. 0 with this guide the administration panel rebuild fails. Following the @m-emre-yalcin advice we got this: Aug 10, 2023 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. 1 . 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 Dec 9, 2022 · Some context: For bidirectional relationships Strapi uses mappedBy and inversedBy (see docs). Install plugin content-manager. Jan 21, 2023 · Here is the Problem How to resolve it Please give me a solution . No matter how much you put in the "config/plugin" file, the "users-permissions" object is not interpreted. 0: this will be v4 warning @strapi/strapi > @strapi/admin > webpack-dev-middleware > memfs@3. ? Choose your installation type Quickstart (recommended) Connected to the database 🏗 Application generation: Copy dashboard Install plugin settings-manager. Check these notes: https://bit. x. You signed in with another tab or window. Google Cloud doesn't provide persistent write access to apps deployed on GAE. . 084] error: Cannot read properties of undefined (reading 'type') TypeError: Cannot read properties of undefined (reading 'type') at filterContentAPI (<my project path>\node_modules\@strapi\strapi\dist\services\content-api\index. Mar 4, 2020 · Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. 16. 22. Jul 23, 2024 · Ran npx create-strapi-app@5. This is something we will want to support in strapi mid term but in the meantime it is fairly easy to add on your own :) Thanks for the fast reply. 4. Let's assume the index strapi is trying to create is components_multiple_choice_question_multiple_choices_component_type_fk (longer than 63 chars) Upon save, strapi does migration and crates an index using knex Apr 23, 2021 · Bug report Describe the bug I am running models from a plugin. filter(ast Aug 21, 2019 · Strapi version: 3. Each give me the same issue. Aug 9, 2021 · While running the following command npx create-strapi-starter my-site next-corporate I get the following error: Installing strapi/strapi-starter-next-corporate starter ⠸ Installing dependencies:Thi May 31, 2021 · Hi @mikhail-tokarev. As a result, the jwtSecret is missing in production. 0 project to Feb 20, 2020 · You signed in with another tab or window. May 9, 2022 · You signed in with another tab or window. There are two ways to go about fixing this issue afaik: Feb 11, 2022 · Open Terminal (if you're on Mac) or CMD (if you're using Windows) If you have psql installed, then login psql -U <db_user> Select the database you have been working with. 2 Strapi server should watch the port that is in . x to 5. Types of property 'localizations' are incompatible. 14, and 87 more. Jun 6, 2024 · YN0000: · Yarn 4. 4 $ strapi develop [2021-04-23T07 Mar 2, 2023 · Starting the compilation for TypeScript files in C:\Users\Igor\dev\reproduce\yarn-reproduce-dependencies-bug Building your admin UI with development configuration 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 May 26, 2020 · Describe the bug On npm run strapi dev, I get the following error: Server wasn't able to start properly. 12. 1) Is your project Javascript or Typescript: Javascript Describe the bug Trying to upgrade a 4. Code snippets If applicable, add code samples to help explain your problem. 3 selected "Typescript" and "Postgres" and ran the develop command. Removing a field from a Mongoose model doesn't affect the database so Strapi should also remove the unneeded indexes from DB. filter (<anonymous>) at <my project path>\node_modules\@strapi\strapi\dist Mar 14, 2023 · This is because multiple "API Uploads" directory creations are triggered in parallel. 0 and cleaning up duplicates in some tables, everything went OK except one important detail. Jun 12, 2020 · thanks lauriejim. Reload to refresh your session. anfaakwiqplloqszuzhoxagibtajvacbycmyrdqfzzuywujtxvaixregsdviauiuwqhszulekxnkzyg