hi
You can use
--separate-identity-server
, we will be compatible in next rc.new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-identity-server -dbms SqlServer --separate-identity-server
Please note I already use it in my command, you set it 2 times, actually this was not my issue
I notice some diffreneces between public site genrated when using angular template and mvc template in tiered architecture and separate auth server although in both cases the public site created as MVC project
Do you mean that ? why you don't use the same template for public site
I use these 2 commands
abp new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-auth-server -dbms SqlServer --separate-auth-server
abp new MyProject -t app-pro -u mvc --tiered --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-auth-server -dbms SqlServer -cs --separate-auth-server
then I opened public site project and found these diffrences in angular case
options.UsePkce = true;
only in angular case
run this command to create a project
abp new MyProject -t app-pro -u angular --preview -v 7.4.0-rc.2 -csf --theme lepton-x --skip-cache --with-public-website --separate-auth-server -dbms SqlServer --separate-auth-server
Then run all web projects and try to login from public site , I got this error
note: I cleard the cache and remove all cookies many times but still same error
**I think this is not logic **
adding not existing clients to your database is very confusing for deployment team
for example what is the benfite of adding --mobile none
-u angular
in generation command then you found MVC and Mobile clientIds in your database !!!
Any quick fix for angular project with basic theme issue please ?
Hi Team,
Why public site always generated in MVC UI, even in angular teamplate ?
I'm building a competetion portal and it has too many functionality for end users on (public site)
and the client insest to have the public site in Angular, What is your recommendations please ?
I upgraded to RC3 and issue no more is there, I can see CMS admin pages too, Thanks