V16: Adds server context to store information about paths#18967
V16: Adds server context to store information about paths#18967iOvergaard merged 11 commits intov16/devfrom
Conversation
… them appropriately
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…co/Umbraco-CMS into v16/feature/server-context
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-ground-017b08103-18967.westeurope.6.azurestaticapps.net |
2 similar comments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-ground-017b08103-18967.westeurope.6.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-ground-017b08103-18967.westeurope.6.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-ground-017b08103-18967.westeurope.6.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-ground-017b08103-18967.westeurope.6.azurestaticapps.net |
leekelleher
left a comment
There was a problem hiding this comment.
Tested out, all working as expected. 🚀
There is currently a failing acceptance test, it appears to be with the Block Grid editor. I'm unsure if it's related to this PR.
Description
Fixes 1 circular dependency by preventing import directly from
@umbraco-cms/backoffice/app.Breaking changes
UmbServerContextthat replacesUmbAppContext, so developers should use that instead to get the server URL. The API is the same.Other changes