Activities of "john@johnfuqua.com"

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7.0.1
  • UI type: Blazor
  • DB provider: EF Core / MongoDB
  • **Tiered (MVC)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I randomly get strange behavior when running my project on my development machine. Everything starts up fine, but nothing displays on the left hand menu. I'm able to view my account profile and login history. If I go to the dashboard by manually typing in the url it only show the refresh row. I've tried restarting Redis and Postgres and clearing my browser cache. After about 5 minutes I can refresh the browser and everything shows up.

dotnet nuget locals all --clear

Fixed my problem.

I tested everything again creating a project without using LeptonX and it works just fine and created new solution with LeptonX and all of those projects that have Nuget references hang. There is something wrong with this nuget package/repository.

I swapped out the reference to LeptonX with <PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton" Version="7.0.1" />

...and made the code changes to support the older theme and it built.

Give me a few minutes I'm going to do it via CLI and post the steps...prior I was using Suite.

You guys have an issue with the LeptonX packages again. I created different types of projects and they all built except when I added the LeptonX theme. And to be honest, I'm really disapointed...I had a demo with a client today and I could not run it. I thought I had messed up some configuration. Customer was not happy, neither am I.

  • ABP Framework version: v7.0.1
  • UI type: Blazor
  • DB provider: EF Core
  • **Tiered (MVC) or
  • Exception message and stack trace:
  • Steps to reproduce the issue:" Build just hangs for AuthServer and Blazor projects

It was a permissions issue. I got it resolved.

Showing 31 to 40 of 44 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11