i found it i will try and tell you the result
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
when i start application i got my port 4200
when clicking login path changes to
i created new abp angular application to see url and i found it
so i added in my database new line like
and changed the url manually to this img (this is wrong i want it to open automatically)
and when write user name and password url changed again and i got this error
note: see this question with your friend "liangshiwei" i have external solution with api not the core project that generated with angular i mean i just use angular https://abp.io/support/questions/7771/Angular-error-API-Response
hi where can i find this file?? note : i used external API not api that abp offers me when creating abp angular application
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