hi i created angular project and it works but i have an issue with logout my logic is to add some items in database so these items added well but it works just one time just first time and when trying create again i got errors so to make create function work again i must refresh the page and when refreshing project logout alone automatically so i must login again to work and function works well try again inserting i got error so i must refresh and when refreshing project logout alone automatically ..... etc
i attached video to see problem if i can not explain please check
https://streamable.com/3cbycf
is there a way to edit layout default when login it open home page then choose my page in route to open what i want to do is when login with my tenant i want to open directly to my page and sidebar will be hidden i am sure there is an option to make this hidden when open the page and make user control it open it or close it and when login directed open my page not home page
I want to use the DevExpress DocumentViewer within my ABP application and have followed the steps provided in
https://abp.io/community/articles/integrating-devexpress-reporting-to-abp-mvc-application-0t99j3cz
when I run the application, I encounter an error
The error occurs in the following controller:
public class CustomQueryBuilderController : QueryBuilderController { public CustomQueryBuilderController(IQueryBuilderMvcControllerService controllerService) : base(controllerService) { } }
How can I resolve this issue and successfully open the DocumentViewer?
Hi i'v some errors 1- when running angular application when clicking login i got this error
2- is postman i tried login API and i got access token how to create method to send this token to header for allowing me put any API request and make it valid for view
for example: when i create my http request at first i must go to backend and give this api permission so i want to skip this step to allow angular application create http request from any where so how to send this token when login ?? or ABP offers me this logic automatically ??
thanks
hi sir according to problems number #1698 && #6486 i faced same errors i read these articles but i found no solution then tried what Mr. maliming suggested 8 months ago but nothing works so is there a solution or still bug ?? in Edit screen i use lookup first time i got data and it works good second time data disappeared and i got this error
when debugging on lookup method first time is working second time (click edit again) i got this
hi, i have an error using Angular thanks to ABP allows me mapping between UI & server side in proxy and it created api automatically but what if i want to create my own service?? so i tried an api from another server in img 1 then used it as img 2 but i got that error so what should i do to access this api? after searching i found this code into ConfigureServices img 3 and put it within my machine and machine which has server both not working