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.
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 theappsettings.json
file. Also; these database fields =>OpenIddictApplications.RedirectUris
,OpenIddictApplications.ClientUris
,OpenIddictApplications.PostLogoutRedirectUris
.
ِAlready changed SelfUrl
, BaseUrl
It has nothing to do with these variables, I just published the project locally with a different port without I changed these variables and it works fine.
Further more I took this publish that works fine on my machine and moved it to the server as a new publish but it shows the same problem the new theme does not show! How come?! It seems there is something related to the machine itself not URLs
Hi,
With
2.0.0
release, LeptonX theme is usingnet7.0
. I guess your project isnet6.0
. So you need to specify the compatible version when adding the LeptonX package.
abp add-package Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonX -v 1.0.3
I already tried this but did not work. Anyway I installed the theme manually