Activities of "alper"

to keep the issue open you need to write this post @m.veckas

I would like to implement a webhook feature like ASP.NET Zero.

https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Webhooks

You can implement this feature on the framework side > https://github.com/abpframework/abp We will be happy to see your PR.

Answer

hi

The tool we are using doesn't let us specify a constant naming convention. This is to protect the binaries to uncompile.

@maliming can you help us finding the issue

and restart your app to apply the changes

as you see these remained as localhost. you need to change these address according to your prod domain

These are fields in OpenIddictApplications table.

  • RedirectUris
  • ClientUris
  • PostLogoutRedirectUris

Did you change the database settings

  • OpenIddictApplications.RedirectUris ,
  • OpenIddictApplications.ClientUris ,
  • OpenIddictApplications.PostLogoutRedirectUris

thank you @maliming

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, BaseUrl in the appsettings.json file. Also; these database fields => OpenIddictApplications.RedirectUris , OpenIddictApplications.ClientUris , OpenIddictApplications.PostLogoutRedirectUris.

Showing 171 to 180 of 1975 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35