Open Closed

StackExchangeRedis for Public Website and EasyCRM error #859


User avatar
0
Dicky.tech@gmail.com created

Hi,

  1. I was just asking if we can disable redis cache on the public website.
  2. The easy CRM blazor is not running because the preview blazor nuggets are not getting downloaded/
  3. The database folder is blank, i need to perform migrations to run the project for the first time ?

Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

8 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I was just asking if we can disable redis cache on the public website.

    Yes, see https://docs.abp.io/en/abp/latest/Redis-Cache#configuration

    The easy CRM blazor is not running because the preview blazor nuggets are not getting downloaded/

    Please update your NuGet.Config.

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <packageSources>
        <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
        <add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
        !!!// your ABP_COMMERCIAL_NUGET_SOURCE
      </packageSources>
    </configuration>
    

    The database folder is blank, i need to perform migrations to run the project for the first time ?

    It will create the database automatically after running .

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    Dicky.tech@gmail.com created

    Now getting below error on Blazor (Easy CRM) not going beyond here. The razor pages version runs well.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Does https://localhost:44338 up and running??

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    Dicky.tech@gmail.com created

    It has worked. That was the issue.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You should run the Volo.EasyCrm.Web project.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    Dicky.tech@gmail.com created

    Last problem, and have entered the correct password. Which logs in well on the web project.

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We will release 4.2 patch as soon as possible.

    https://github.com/abpframework/abp/pull/7509

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Also see this pr: https://github.com/abpio/abp-commercial-docs/pull/76

    Markdown supported.
    Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.8.0-preview. Updated on September 21, 2026, 06:18
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.