Hi Friends,
I'm currently using the following package versions:
<PackageReference Include="Umbraco.Cms" Version="15.4.2" />
<PackageReference Include="Umbraco.AuthorizedServices" Version="15.1.0" />
I cannot open the Integration tree node in the Umbraco back office when running this setup. The following error is shown in the browser console:
The entryPoint extension-type is deprecated, please use the backofficeEntryPoint.
It seems like the backoffice extension for AuthorizedServices is still using the old entryPoint format, which is no longer compatible with the updated Vite-based backoffice SDK in recent Umbraco versions (15.3+ if I'm not mistaken).
Would it be possible to update the backoffice package for Umbraco.AuthorizedServices to use the new backofficeEntryPoint?
Thanks in advance for the great work!