Bipo
1
Hi,
With regards to link generations (related to
Using GroupDocs in ASP.NET Core Linux Docker - Free Support Forum - groupdocs.com), when we use PathBase in ASP.NET Core, the PathBase value is not prepended in the generated link in index.html. This cause issue when loading the viewer.
@Bipo
I’ve reproduced this issue on my side. We’ll take a look at how it can be supported and update you.
@Bipo
This issue has been fixed. Try updating GroupDocs.Viewer.UI
to 6.0.4
.
<PackageReference Include="GroupDocs.Viewer.UI" Version="6.0.4" />
Bipo
4
Hi Vladimir,
For runtime, polyfill and main.js files are OK now. But for config (and API?) endpoint still doesn’t have the PathBase. Can this be updated also?
Thank you.
@Bipo
Sure, we’ll let you know when PathBase
is also supported for the API.
@Bipo
PathBase
support has been added to API. Try updating GroupDocs.Viewer.UI
to 6.0.5
.
<PackageReference Include="GroupDocs.Viewer.UI" Version="6.0.5" />