Because it uses localhost:7011 as the production server address and it's your local development address. you need to make some changes to the production environment.
For instance;
SelfUrl,BaseUrlin theappsettings.jsonfile. Also; these database fields =>OpenIddictApplications.RedirectUris,OpenIddictApplications.ClientUris,OpenIddictApplications.PostLogoutRedirectUris.
ِAlready changed SelfUrl, BaseUrl
It has nothing to do with these variables, I just published the project locally with a different port without I changed these variables and it works fine.
Further more I took this publish that works fine on my machine and moved it to the server as a new publish but it shows the same problem the new theme does not show! How come?! It seems there is something related to the machine itself not URLs
Hi,
With
2.0.0release, LeptonX theme is usingnet7.0. I guess your project isnet6.0. So you need to specify the compatible version when adding the LeptonX package.
abp add-package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX -v 1.0.3
I already tried this but did not work. Anyway I installed the theme manually
