Activities of "isteer"

And this is the nuget.config file content:

<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/455e59eb-b601-4784-b507-8ac6a664cc6a/v3/index.json" /> </packageSources> </configuration>

And this is package.json

{ "version": "1.0.0", "name": "my-app", "private": true, "dependencies": { "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~2.0.0-rc.4", "@volo/account": "^7.0.1", "@volo/audit-logging": "^7.0.1", "@volo/chat": "^7.0.1", "@volo/forms": "^7.0.1", "@volo/identity": "^7.0.1", "@volo/language-management": "^7.0.1", "@volo/saas": "^7.0.1" } }

Using the same version of nugetrestore that we are using in local visual studio. Nuget package manager 6.4.0

Yes we disabled delete auth files in the above screenshot if you see, still it is not generating views and abp packages folders.

Thanks,

Hello Team,

Can anyone guide us we are following properly everything, remove the deletion steps as well still it is not generating those three folders?

Modules Pages Views

Hello,

We got the root issue, ABP packages are not restoring from nuget.config reference

<?xml version="1.0" encoding="utf-8"?> <configuration> <packageSources> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/455e59eb-b601-4784-b507-8ac6a664cc6a/v3/index.json" /> </packageSources> </configuration>

We checked logs and for all abp package restore we are getting not found, attached screenshot:

And these logs generating from nuget restore step in pipeline:

Hello Team,

OUR ABP CONFIGURATION:

ABP Framework version: v7.0.0 UI type: MVC DB provider: EF Core Tiered (MVC) or Identity Server Separated (Angular): Tiered MVC

Issue:

i. When logging in, the authserver goes into a loop reloading the same page over and over for sometimes up to 5 minutes before logging in.

1. This also happens when the session expires and the system throws a
	401 error. When clicking the Back to homepage button, it seems the
	user is automatically logged in and the reloading cycle starts.
	

ii. When a user is inactive on the system for anything between 10 minutes and 1+ hours, the system seems to clear the session and the claims are removed.

1. When the user logs in again, the menu items are not available

2. The system should allow a user to be inactive for at least an hour,
	but if there is any activity, the session should remain active.
	

Site link :

https://web.stage.careermaps.co.uk/ https://authserver.stage.careermaps.co.uk/ https://host.stage.careermaps.co.uk/swagger/index.html

Thanks

Hello,

Above shared steps are only steps to reproduce, if session get idle for sometime, or you logged in system for more than 1-2 hours then issue get reproduced.

Thanks, Ankit

Hello Same issue we faced before and we follow your suggestions mentioned in the below ticket, so now if session expired it takes us to unauthorized page but if you try to logout and login again it keeps loading page again and again

https://support.abp.io/QA/Questions/4837/Token-expiration-not-handled-properly

Hello,

Can you suggest what should we change in current version as we can not upgrade to new version at this moment ?

Thanks, Ankit

Zobrazeno od 91 do 98 z celkem 98 záznamů
Made with ❤️ on ABP v8.2.0-preview Updated on března 25, 2024, 15:11