About 87 results
Open links in new tab
  1. server.allowedHosts in vite.config.js - forum.strapi.io

    Mar 16, 2025 · Strapi 5 node 20 Started in develop mode through pm2, the domain is not localhost, I think it’s the reason I have this issue. It starts but will not let me access it with the below error: …

  2. Strapi Community Forum - Open-source Node.js headless CMS

    The Strapi Forum is the place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.

  3. How to use PM2 (process manager) with Strapi

    How to use the PM2 process manager with Strapi Process managers allow you to keep your Strapi application running and to reload it without downtime. The following documentation uses the PM2 …

  4. what's the pros and cons of strapi ? : r/Frontend - Reddit

    Feb 21, 2023 · In Strapi: click the record, change the value, click save, click to go back to the overview, click to find where you were, click record, repeat ad infinitum. My own tool: list all relevant records, …

  5. Strapi endpoints returns 404 not found

    Oct 9, 2024 · System Information Hi! My endpoint returns 404 not found, even though an entity with this id exsists in the database and is published. Likewise, all endpoints ending in :id (put, get) don’t work. …

  6. Env setup for production and local development - Strapi Community …

    Oct 1, 2020 · I’m confused in understanding environment setup for production and development. So the file structures is: config env development – database.js – server.js production – database.js my …

  7. Strapi - Reddit

    Strapi is a popular headless CMS known for its flexibility and ease of use. However, it has some limitations when it comes to handling large datasets and high-performance requirements.

  8. Create custom login route - Strapi Community Forum

    Jul 3, 2023 · Hi, I want to create a custom login route instead of /api/auth/local. Reason for this is that I want to check if a specific IP tried to login more than 3 times in 10 minutes for safety reasons. After …

  9. Deployed strapi admin panel trying to hit localhost:1337

    Jun 23, 2022 · For me, simply rebuilding the panel BEFORE running yarn dev / yarn start helped. This helped me: rm -r .cache build node_modules yarn.lock package-lock.json yarn yarn build yarn dev …

  10. Strapi v5.5.0 Media Library Crop Option Not Working in Production …

    Dec 23, 2024 · I’m using Strapi v5.5.0, and I’ve encountered an issue with the Media Library’s image crop feature. In the development environment, the crop option works perfectly, but in the production …