Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tuna 8 posts 88 karma points
    Mar 18, 2021 @ 16:16
    Tuna
    0

    Back office Login Error 400 (Bad Request)

    Hello, I'm trying to login from "* .com / umbraco".

    The developer console "umbraco / backoffice / UmbracoApi / Authentication / PostLogin 400 (Bad Request)" shows this error.

    I see these logs in "Apps_Data / Logs" file.

    System.Net.Http.HttpRequestException: Request failed with status code "NotFound". Request content = "

    <body bgcolor="white">
    
            <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
    
            <h2> <i>The resource cannot be found.</i> </h2></span>
    
            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
    
            <b> Description: </b>HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. &nbsp;Please review the following URL and make sure that it is spelled correctly.
            <br><br>
    
            <b> Requested URL: </b>/umbraco/RestServices/ScheduledPublish/Index<br><br>
    
            <hr width=100% size=1 color=silver>
    
            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4330.0
    
            </font>
    
    </body>
    

    ".

    I searched and found some suggestions, I tried these; to make "useLegacyEncoding = false" Making "userNoConsole = false" and finally restart "appPool".

    but none of them worked.

    <rewrite>
             <rules>
                 <rule name = "Http to Https" enabled = "true" stopProcessing = "true">
                     <match url = "(. *)" />
                     <conditions>
                         <add input = "{HTTPS}" pattern = "^ OFF $" />
                     </conditions>
                     <action type = "Redirect" url = "https: // {HTTP_HOST} {REQUEST_URI}" />
                 </rule>
             </rules>
         </rewrite>
    

    this area is like this

    I am facing this problem in V7.6.4, I cannot login with any users

    please ,Help me

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies