-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Partial Views API error #19068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi there @PragmaticIT! Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better. We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Have you been able to replicate this locally @PragmaticIT? E.g. with a reverse proxy/local tunnel like beeceptor.com. I've been looking at that today to try to get that setup, so I can then debug and see what error you are getting. But I can't seem to get the backoffice login screen to load. If you had any pointers on how to replicate locally that would be appreciated. Failing that, if you can dig out the details of the API error from the browser console or log file, that might help to to see what's going on. |
Hopefully I'll have some more time during easter time and I'll try to replicate the issue in the isolated environment. I'll let you know about the progress |
Which Umbraco version are you using?
15.3.0
Bug summary
I have Umbraco instance hosted behind the proxy.
Umbraco:CMS:WebRouting:UmbracoApplicationUrl
in the appsettings.json file is pointing to the external URL.When I open Umbraco by its external URL, navigate to Settings tab, then in the Templating section of the tree I select Partial Views a list of templates is displayed, however, whenever I click on any of them, broken Error page is displayed. The error has no translation (I have English as profile lang) and says
and the red toast is poping up saying just
ApiError
When I try to create a new partial view template, the UI also reports an API error but reveals a little more details
saying
partial-view not found
(red toast appears, no details). The file is created in the filesystem, but Umbraco can not read it back.No error is written in the log, no error description is shown in the API response.
When I do the same accessing Umbraco with machine URL, everything works perfectly fine.
The
Host
andX-Forwarded-Host
headers are properly set by the proxy and the Hostname is set correctly based on their value.Specifics
Steps to reproduce
For error in partial view edit just follow the above and in step 6 select any existing template. Error appears.
Expected result / actual result
Umbraco should display the template content and let user to edit it - as it is when Umbraco is used locally.
The text was updated successfully, but these errors were encountered: