-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ApiError Method Not Allowed #16964
Comments
Hi there @benehudson! 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 🤖 🙂 |
Hey @benehudson, I can't seem to reproduce this issue. Below are the steps I followed
<rewrite>
<rules>
<rule name="HTTPS force" enabled="true" stopProcessing="true">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="^OFF$" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" />
</rule>
</rules>
</rewrite>
issue16964latest14.mp4 |
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.2
Note: this issue also existed on 14.1.1 and 14.1.2...I keep updating hoping it's fixed in an update.
Bug summary
When I click [Save] or [Save & Publish] on anything in the back office I get a "ApiError Method Not Allowed" error when running on my IIS Server. I do not get this error when running the site locally on my machine in IISExpress.
Specifics
This happens in every Content & Settings node. I get a red notification popup in the bottom right near the Save/Save&Pub button that says "ApiError Method Not Allowed". I have a URL rewrite setup in web.config to redirect everything from http to https. I initially thought that had something to do with it. I don't know if it matters, but this site is a Content Delivery API site. I have no view templates in this site. I was surprised to find that these errors are not logged.
Steps to reproduce
On an IIS Server attempt Save or Save & Publish any Content or Settings node.
Expected result / actual result
Expected result: save and/or save & publish
Actual result: red notification bottom-right "ApiError Method Not Allowed"
The text was updated successfully, but these errors were encountered: