Activities of "neurawitch"

Answer

Sorry about that.

version 4.2.1, MVC

How can I show a simple error message?

Thanks in advance

Question

When throwing a BusinessException or UserFriendlyException, how do we go about hiding the stack trace? Would like to execute logic when a user creates or updates a record, but the stack trace is causing a really wide and long popup box.

I solved the problem. Here's what I had to do:

I. Copy my nuget config file over to the proper directories. 2. Added "COPY ./NuGet.Config ./" to my docker file 3. Appended "--configfile ./NuGet.Config" to the restore command.

Yes, I can access those links without any issues.

Not sure why that package is showing up. I created the project using suite in order to see what would happen when using a brand new project.

Here's what I'm getting in my main project.

error NU1101: Unable to find package Volo.Abp.TextTemplateManagement.MongoDB. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.LanguageManagement.MongoDB. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Domain. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Domain. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.LanguageManagement.Domain. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Saas.Domain. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Domain.Shared. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Domain.Shared. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Saas.Domain.Shared. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj] error NU1101: Unable to find package Volo.Abp.LanguageManagement.Domain.Shared. No packages exist with this id in source(s): nuget.org [/src/src/bart.HttpApi.Host/bart.HttpApi.Host.csproj]

Here's a screenshot of the mongodb project

I also created a new project and getting the same thing

Unable to find package Volo.CmsKit.Pro.Admin.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, Microsoft Visual Studio Offline Packages, nuget.org

Any ideas on when this issue is going to be resolved? I just tried and still have issues.

Regards,,

Brian

Question

When building my docker containers, I'm getting errors when locating the volo.x packages

Unable to find package Volo.Abp.Account.Pro.Public.Web.IdentityServer. Unable to find package Volo.Abp.Account.Pro.Public.Application ....

Based on other support issues, looks like the answer was to ensure that the nuget.config contained the proper information. My file has the proper information but I'm still having issues.

<?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" /> <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/<MY_KEY>/v3/index.json" /> </packageSources> </configuration>

The solution runs just fine on my local machine. I'm currently using 4.02 and used the suite to create the tiered solution.

Any ideas?

Thanks in advance,

Brian

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Seperated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Any advice on the best way to implement a custom AP that's designed to handle callbacks from multiple external services anonomously that once the message is recived, needs to execute a background job that has to query/insert multiple records across several of the defined services within MongoDB? We have the callback working correctly, but having issues calling the db services, since the job is not running within the context of an authorized user. Is there a way where we can define a system user that has all the permissions necessary and if so, how would we go about setting that within the background job.

Apologies in advance if I missed this within the documentation.

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