Activities of "christophe.baille"

Answer

I got same issue yesterday and lost my day on it, just found it this morning:

https://github.com/abpframework/abp/pull/6644

Sure, I sent you an email to ask how to proceed

I had few issues, first the back-end need to be in https (in my tests it was not working otherwise). Plus need to be sure that the appsettings.json from DbMigrator has correct information as it fills the table IdentityServerClientRedirectUris. My issue was from here a I had App redirect url to localhost still.

Hope it will help

I do not have this folders

I can go to register page and go back to the login, then I login correctly, however I can not register anymore as the view looks like this now:

I wanted to know if it was possible to make the hosting differently.

Instead of having 2 subdomains http://apitest.app.com and http://test.app.com

We will have only one domain app.com for the frontend and the API will be on app.com/API

Is there any way to do it? I made some test but anytimes it fails to communicate each other

Hello,

Sorry for my late feedback, I actually worked by adding this.

However I do face another similar issue now (get redirected on swagger view) after confirming my email. I reach the page below which give me the link to the back-end website(which is swagger), I did follow this lonk to download the account module and found the EmailConfirmation page.

https://docs.abp.io/en/commercial/latest/abp-suite/source-code

The problem is that on the model I have ReturnUrl which is back-end, I do not have access to the front-end url. Any way to get it?

I am sorry but it is not accurate with my project:

  • I have an Angular project and a .NET (ABP) project
  • The settings there are different (the post is from 2006 so they might use VS 2005).

Here they explain on how to make an asp apllication child of another on a same solution whicj contains 2 web applications

Creating sub-projects under a root project

Once the root project is up and running fine, the next step is to create a sub-project and set it up so it builds and runs as part of the same ASP.NET application represented by the root project.

I sent you an email

After liangshiwei chat I solvd the issue which was related to this:

https://github.com/abpframework/abp/pull/6734

On the appsettings file, I added

"RedirectAllowedUrls": "https://frontend.net"

plus added the code below on ApplicationHttpApiHostModule

            options.RedirectAllowedUrls.AddRange(configuration["App:RedirectAllowedUrls"].Split(','));
顯示 148 個紀錄的 1 到 10 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11