Search found 7 matches

by swaraj
Mon Feb 22, 2021 5:07 am
Forum: Stimulsoft Ultimate
Topic: stimulsoft-designer-angular
Replies: 3
Views: 3009

Re: stimulsoft-designer-angular

Capture1.JPG
Capture1.JPG (200.5 KiB) Viewed 2950 times
requestAbsoluteUrl, image Urls in Designer Get API response is coming as in the screenshot below. Is there any way to override it? It is not same as the url provided in the <stimulsoft-designer-angular [requestUrl]. report-web is the docker service name of report service
by swaraj
Mon Feb 22, 2021 5:05 am
Forum: Stimulsoft Reports.WEB
Topic: Web api with Angular use case with different urls
Replies: 3
Views: 2005

Re: Web api with Angular use case with different urls

Capture1.JPG
Capture1.JPG (200.5 KiB) Viewed 1401 times
requestAbsoluteUrl, image Urls in Designer Get API response is coming as in the screenshot below. Is there any way to override it? It is not same as the url provided in the <stimulsoft-designer-angular [requestUrl]
by swaraj
Mon Feb 22, 2021 3:20 am
Forum: Stimulsoft Reports.WEB
Topic: API Controller in a different domain location
Replies: 15
Views: 5349

Re: API Controller in a different domain location

Yes. <stimulsoft-designer-angular [requestUrl]="'https://my-domain/reportservice/designer'"..
In Designer controller Route is given as [Route("designer")]
by swaraj
Mon Feb 22, 2021 3:16 am
Forum: Stimulsoft Reports.WEB
Topic: API Controller in a different domain location
Replies: 15
Views: 5349

Re: API Controller in a different domain location

Yes. the URL is https://my-domain/reportservice/designer. controller Route is given as [Route("designer")] in designer controller
by swaraj
Thu Feb 18, 2021 5:38 pm
Forum: Stimulsoft Reports.WEB
Topic: API Controller in a different domain location
Replies: 15
Views: 5349

Re: API Controller in a different domain location

I'm using stimulsoft-designer-angular. script is loaded with the qiven url. but styles and all other request are changed to localhost. please help I'm attaching screenshot of networks when designer is loading. The first API call is getting script from the dotnet side from 'https://my-domain/designer...
by swaraj
Wed Feb 17, 2021 7:20 am
Forum: Stimulsoft Ultimate
Topic: stimulsoft-designer-angular
Replies: 3
Views: 3009

stimulsoft-designer-angular

I'm trying to host seperate angular application and dotnet core application in different docker containers. when i try to load the designer, first API call will be same as the [requestUrl] provided in the stimulsoft-designer-angular. but after that all API calls are using localhost. Help me to fix t...