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 ?


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 .

  • 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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

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

  • User Avatar
    0
    Dicky.tech@gmail.com created

    It has worked. That was the issue.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You should run the Volo.EasyCrm.Web project.

  • User Avatar
    0
    Dicky.tech@gmail.com created

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

  • 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

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11