Activities of "rashed"

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

hi

Is this endpoint success? you can open it in your browser.

Hi

no it's not accessiable,

looks like the authority url generated in public web app is diffrent than the one generated in api web app

note: angular app working without issues

Generated public site

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

  • no reCaptcha package
  • no BackgroundWorkers

options.UsePkce = true; only in angular case

Failed to login from public site

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 !!!

Why you generate all of these clients regardless the template used !!! whatever ui template used ( mvc, angular, blazor, ..) it makes confusion in the deployment

Any quick fix for angular project with basic theme issue please ?

Compilation error for angular project with basic theme

command used for creating project : abp new MyProject1 -t app-pro -u angular --preview -csf --theme basic

go to angular folder : yarn yarn start

It shouldn't reference lepton-x package , as we use basic theme

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 ?

  • ABP Framework version: 7.3.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
Answer

I upgraded to RC3 and issue no more is there, I can see CMS admin pages too, Thanks

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