"15937823" की गतिविधियाँ

Folder permissions are set, same problem.

It's still the same mistake.Strangely enough, my original Zero project had no problems.

उत्तर

IWIT.BMSNext.Dictionary

IWIT.BMSNext.Basic

उत्तर

this exists?

E:\BMSNext\IWIT.Framework\aspnet-core\modules\IWIT.BMSNext.Dictionary\test\IWIT.BMSNext.Dictionary.MongoDB.Tests\IWIT.BMSNext.Dictionary.MongoDB.Tests.csproj 

if not you can write a correct path in the Suite's DB %UserProfile%\.abp\suite\appsettings.json

The main solution uses EF core (MSSqlServer), which has nothing to do with mongodb.

This error will occur when the module is created continuously and the second module is created.

उत्तर

Hi,

I can't reproduce the problem.

  1. Created a project. (IWIT.BMSNext)
  2. Added a new module (IWIT.BMSNext.Dictionary)
  3. Added an another new module (IWIT.BMSNext.Basic)

It worked successfuly and i could build the whole solution.

I have upgraded to 5.3 Rc-2, there is still this error on my computer, but it can be used normally only after closing ABP suite and entering again.

उत्तर

Could you try the same process with CLI?

run this command to create the project:

abp new IWIT.BMSNext -u angular --separate-identity-server --preview

then move to aspnet-core folder and run:

abp add-module IWIT.BMSNext.Dictionary --new -t module-pro --add-to-solution-file

abp add-module IWIT.BMSNext.Basic --new -t module-pro --add-to-solution-file

There will be no error prompt, but it has not ended normally.

उत्तर

Could you try the same process with CLI?

run this command to create the project:

abp new IWIT.BMSNext -u angular --separate-identity-server --preview

then move to aspnet-core folder and run:

abp add-module IWIT.BMSNext.Dictionary --new -t module-pro --add-to-solution-file

abp add-module IWIT.BMSNext.Basic --new -t module-pro --add-to-solution-file

There will be no error prompt, but it has not ended normally.

After waiting for more than 10 minutes, the error message is still prompted.

What should I call to log off?

I saw the logout in "angular", which is also the address called.

Angular is called https://localhost/connect/logout.

I used the code generated by abp suite. The front end selects the angular, and other codes have not been moved.

** oidc.config.js**

openIdConnectSettings: { authority: ${process.env.VUE_APP_BASE_URL}, client_id: *****_Vue_App, redirect_uri: ${process.env.VUE_APP_URL}, post_logout_redirect_uri: ${process.env.VUE_APP_URL}, silent_redirect_uri: ${process.env.VUE_APP_URL}, scope: openid offline_access ****, response_type: id_token token, automaticSilentRenew: true, grant_type: 'password', client_secret: *****, username: '', password: '', },

23 प्रविष्टियों में 1 से 10 दिखा रहा है
Made with ❤️ on ABP v8.2.0-preview Updated on मार्च 25, 2024, 15:11