[maliming] said: hi
You are using
IdentityServerandOpenIddictin your web project.Please remove
IdentityServerfromcsprojand themodulefiles.Thanks.
It works now, thanks . I think you need to update that , cause it generated by Abp studio and Abp suite .. i didn't add it by myself
Regards
[maliming] said: liming.ma@volosoft.com
I shared the code with you by google drive here
This the sample project that i did the same scenario of my project
still not work with me.. can you please check
This is my status .. When clicking Login, verify the request is POST /Account/Login with status 302 only after your OnPostAsync runs. If you get 302 immediately and your breakpoint doesn’t hit, routing/middleware ordering or ApplicationPart is missing.
the ordering for routing/middleware is correct ..
but the section of add ApplicationPart is for old version i think .. my abp version is 9.3.6
what the right code for add Application Part
BTW how can I see my previous tickets? and why I cannot submit a new ticket although I still have 14 remaining tickets?!
You can easily see your own tickets
this is the link for creating new question: https://support.abp.io/QA/Questions/New
if you cannot navigate to this URL, it means your permissions have recently been updated. try re-login to refresh your permissions.I can navigate to that url but I cannot see any submit button as in the following screenshot:
Have you tried logging out and logging in?
Yes I did
BTW how can I see my previous tickets? and why I cannot submit a new ticket although I still have 14 remaining tickets?!
You can easily see your own tickets
this is the link for creating new question: https://support.abp.io/QA/Questions/New if you cannot navigate to this URL, it means your permissions have recently been updated. try re-login to refresh your permissions.
I can navigate to that url but I cannot see any submit button as in the following screenshot:
hi
they got the following errors in their browser console:
What are the related logs of the backend app?
It shows no error in the logs.txt file.
as you see these remained as localhost. you need to change these address according to your prod domain
I changed them and restart the app but still have the same issue!
Did you change the database settings
- OpenIddictApplications.RedirectUris ,
- OpenIddictApplications.ClientUris ,
- OpenIddictApplications.PostLogoutRedirectUris
No I did not. Where are these settings? I cannot find them in AbpSettings table BTW all workstations including my workstation and server connect to the same database so I still do not think it has something to do with these variables.