Activities of "rcalv002"

Answer

Blazor.Server.Host is the startup project

I have manually changed everything to leptonx in the module successfully, but the tenant missing issue is happening straight from module creation.

Answer

Generated by ABP suite with new module solution wizard

Question
  • ABP Framework version: v8.1.1
  • UI Type: Blazor Server
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create a new MODULE type solution on abp. The resulting solution does not seem to use LeptonX. Why? Also on the main login page the tenant selection input is missing, even though the solution by default is set to use MultiTenancy. Why is this missing?

Same error. I've uploaded a fresh project for you, just created now with abp new abpupdate -v 7.2.2 please unzip and run abp update -v 7.2.3 on this project.

Does this mean my abp login or a login for a specific project?

I replicated this on another machine by

  1. installing abp cli
  2. login to cli with my commercial account
  3. abp new -v 7.2.2
  4. abp update -v 7.2.3

When creating a standard abp framework project, it is possible to run abp update to update it.

When creating a commercial abp framework project, with a logged in cli account, it is not possible to run abp update to update it. Checking on the nuget source with the corresponding apikey we can see that the following links all return 404

https://nuget.abp.io/myapikey/v3/index.json <-- works

https://nuget.abp.io/myapikey/api/v2/package <-- Fails with 404 https://nuget.abp.io/myapikey/api/v2/symbol <-- Fails with 404 https://nuget.abp.io/myapikey/v3/registration <-- Fails with 404 https://nuget.abp.io/myapikey/v3/package <-- Fails with 404

I think this needs help from the license team

I already explained that I did this, I'm not sure what is unclear on my side... but thanks.

Anjali,

I tried that, but it just causes more inconsistencies, rabbit hole of dependency problem. All abp packages should be on same version to avoid this, thats what im trying to do but it doesnt work either.

I create a brand new project at v 7.2.2 then i tried to update the project to 7.2.3 and i got the same update errors so it doesn't seem project specific. Can we have a screenshare?

I did perform the steps above.

I'm reporting that I have a solution that i need to update, it is currently on 7.2.2. Part of the update is to run abp update on this solution which will update the abp components from 7.2.2 to 7.2.3. So I run abp update, and you can see the failures above. I **cannot **simply start a brand new project on a newer version and copy all my code.

I have a bugfix I must deliver to a client, but I cannot build the solution because i receive this error in authserver.

Even though I have checked and auth server explicitly has this reference, i still get the error and cannot build.

so then i went to update my solution to 7.2.3 via abp update -v 7.2.3 and it fails. I need to resolve this asap.

Your assistance please, I need to update a project and this is holding the task

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