Strapi error create index github 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 Dec 9, 2022 · Some context: For bidirectional relationships Strapi uses mappedBy and inversedBy (see docs). Step 1: Before the upgrade, remove "@strapi/plugin-graphql" or any other plugins which may affect the upgrade in the package. 4 YARN version: 1. By default, one of them named caching_sha2_password is used rather than our good old mysql_native_password. Tested it with 4. 0. It seems to me at some point (sqlite3) it executes a Python2 script, whil 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. You signed in with another tab or window. No matter how much you put in the "config/plugin" file, the "users-permissions" object is not interpreted. 1 Strapi version: 4. 9 npm version: 6. 2 NPM Version: 8. 088] debug: ⛔️ Server wasn't able to start properly. 19. For example, the problem always occurred for me after a new version of Strapi was released. "reference_cell": { "type": "relation", "relation": "oneToOne", "target": "api::reference-cell. 1 Strapi version: v4. strapi/strapi#12101 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. env files. js with schema-inspector. This command will not change other values in your . 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. 10. 3; NPM version: 6. j 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 Sep 4, 2024 · I think the problem is caused by installing different versions of Strapi packages in node_modules since Strapi uses workspace:* as a version tag (). 13. 035Z] warn The bootstrap function is taking unusually long to execute (3500 Nov 5, 2019 · Describe the bug A clear and concise description of what the bug is. If you don't know the name, use \dl to list available DBs Nov 15, 2023 · PS C:\Users\user\Desktop\strappiapp> npm run develop > strappiapp@0. 3; Additional context. 2 NPM version: 6. initialize \node_modules\strapi-plugin-graphql\hooks\graphql\index. 8; NPM version: 7. 1 Database: MySQL Operating system: linux/mac os Is your project Javascript or Typescript: Javascript Bug Description I am creating custom indexes in my Jun 25, 2019 · Create the project and ignore the error, then manually edit the line "node": "^10. Apr 12, 2022 · Hello, we're currently trying to migrate from v3 to v4. 4 D Apr 14, 2021 · System. please try there. Jan 1, 2022 · Create Strapi app with yarn create strapi-app my-app; Open the app (my-app) in a text editor like VScode. 7. All I did was install Strapi like npx create-strapi-app@latest strapi-4. raw( 'CREATE UNIQUE INDEX IF NOT EXISTS composite_uix ON my_table("a", "b")' ); Jun 8, 2023 · To demonstrate the problem that occurs you can overwrite the strapi schema-inspector with the file in the repo. 15. js version: 14. . System. 25. 0 we added a validator to check if media is passed in the api #14670. A proper issue submission let's us better understand the origin of your bug and therefore help you. May 28, 2020 · Describe the bug I'm using docker and I am migrate my strapi from 3. 0 Strapi version: 4. If you run this command on an existing strapi instance your backend and frontend strapi users will need to sign in again. 0 NPM version: 6. 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. So replace node_modules/@strapi/database/lib/dialects/mysql/schema-inspector. 89919999986887ms) - Creating admin[ERROR] Module not Sep 13, 2023 · You signed in with another tab or window. After the first attempt failed I deleted all the containers I have stored locally just to make sure I am getting a fresh build. Here is a repo where I reproduce the steps taken to produce the bug. We ask that you please follow the issue template. Clone a database on a Postgres server, e. Apr 23, 2021 · Bug report Describe the bug I am running models from a plugin. I am not entirely sure what causes this error, but I have a Model that represents a navigation menu in a website. 1) Is your project Javascript or Typescript: Javascript Describe the bug Trying to upgrade a 4. 5. thank you. Thank you and have a good day. 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 May 9, 2022 · Bug report Required System information Strapi Version: 4. json in the created project folder. Sep 20, 2024 · You signed in with another tab or window. Feb 6, 2019 · Informations Node. 22. Mar 30, 2024 · error: create index “components_readings_information_tp_informations_reference_cell_links_fk” on “public”. 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. js version: 12; NPM version: 6. Sep 19, 2024 · You signed in with another tab or window. 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 Nov 6, 2022 · Bug report Required System information Node: 18. 0; Strapi version: 3. 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. 0, 4. See error; Expected behavior. Feb 8, 2019 · +1 - able to reproduce this on alpha. 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 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. js E-commerce. Apr 25, 2011 · We have also issues upgrading to v5 from v4 (4. The new engines tab on the package. 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: Aug 3, 2022 · Create a couple of components and use it in a model (so strapi would create link between them and create index). Only seems to happens when there is a relation in play. You signed out in another tab or window. 4; Database: Mongo; Operating system: macOS 11. 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 Jan 12, 2022 · You signed in with another tab or window. 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. Apr 16, 2024 · Hi, I was able to figure out the issue. Jul 28, 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 Jul 19, 2023 · Saved searches Use saved searches to filter your results more quickly Aug 11, 2020 · Basic installation of strapi; Connect the database to Postgresql; Create a Collection called resources with a json field called tags. js version: Node LTS version (v12 / v14) NPM version:6. ) Feb 2, 2022 · 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. 7 to 4. Contribute to strapi/strapi-starter-nuxt-e-commerce development by creating an account on GitHub. 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 Mar 18, 2022 · @linbudu599 can you detail your setup correctly and all the commands in order to reproduce the issue. pages>'. Sep 2, 2024 · Hello I’m trying to create an index for a content type defined in my plugin. env and not the default vite port Maybe the. 0; Strapi version: 3 Saved searches Use saved searches to filter your results more quickly Aug 30, 2018 · Node. I'm trying to install i18n in those models. 4. 1 Strapi version: 3. Create a new collection with the name: test-collection-name Nov 24, 2021 · Saved searches Use saved searches to filter your results more quickly 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-alpha. Fixes issues related to Strapi's database schema constraints. 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. 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 Jan 6, 2022 · @kasonde, I used the strapi starter with next-blog. 1 to v3. 14. 3 selected "Typescript" and "Postgres" and ran the develop command. 2 Database: MySQL (MariaDB) Operating system: OS (Sonoma 14. 23. Nov 14, 2019 · 1 I installed nodejs v12. Saved searches Use saved searches to filter your results more quickly Jul 29, 2020 · Describe the bug Currently migration to Strapi 3. Install yarn with these docs . 0 and cleaning up duplicates in some tables, everything went OK except one important detail. 1. TypeError: Cannot read property 'url' of undefined at Object. 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. I am begining to migrate to beta. create database <new-db> template <old-db>; 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. Could you share how you are sending the file? Maybe the validator doesn't account for that format and we could refactor it. Apr 30, 2024 · You signed in with another tab or window. 0 Sep 13, 2023 · You signed in with another tab or window. ujlji slwkrcj uqoe zuolde oerfid fek vjxgbe eusf saxzml sbwv vztesj bspn xhct khx yvzsogw