Magento2: Receiving a The page you requested was not found eventhough the desired page is foundMagento2 Product you've requested does not existMagento 2 After updating the admin URL getting 404 Not found pageThe requested URL was not found on this server. Magento 2.1Magento2.1.7 (Mailchimp_Error): Resource Not Found : The requested resource could not be foundThe requested URL /magento/admin was not found on this server. After Composer installationsMagento 2 - page requested was not found, but we have searched for relevant contentRequested store is not foundMagento 2: The requested component (“int”) is not found. Before using, you must add the implementationMagento 2.3.0 - The store that was requested wasn't foundThe store that was requested wasn't found

Why does this query, missing a FROM clause, not error out?

Do you have to have figures when playing D&D?

Is there a set of positive integers of density 1 which contains no infinite arithmetic progression?

A word that means "blending into a community too much"

What is this Amiga 1200 mod?

What differences exist between adamantine and adamantite in all editions of D&D?

How can I use the SpendProofV1 to prove I sent Monero to an exchange?

Reference to understand the notation of orbital charts

C++ logging library

Can the removal of a duty-free sales trolley result in a measurable reduction in emissions?

What would be the way to say "just saying" in German? (Not the literal translation)

What is the color of artificial intelligence?

Was Self-modifying-code possible just using BASIC?

I've been given a project I can't complete, what should I do?

Is Lambda Calculus purely syntactic?

Should I put programming books I wrote a few years ago on my resume?

What aircraft was used as Air Force One for the flight between Southampton and Shannon?

How to avoid typing 'git' at the begining of every Git command

A map of non-pathological topology?

How do we say "within a kilometer radius spherically"?

Please figure out this Pan digital Prince

What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?

Why is Na5 not played in this line of the French Defense, Advance Variation?

Difference between prepositions in "...killed during/in the war"



Magento2: Receiving a The page you requested was not found eventhough the desired page is found


Magento2 Product you've requested does not existMagento 2 After updating the admin URL getting 404 Not found pageThe requested URL was not found on this server. Magento 2.1Magento2.1.7 (Mailchimp_Error): Resource Not Found : The requested resource could not be foundThe requested URL /magento/admin was not found on this server. After Composer installationsMagento 2 - page requested was not found, but we have searched for relevant contentRequested store is not foundMagento 2: The requested component (“int”) is not found. Before using, you must add the implementationMagento 2.3.0 - The store that was requested wasn't foundThe store that was requested wasn't found






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















My Magento 2.1.5 is trowing a "The page you requested was not found, but we have searched for relevant content." displayed on front pages. After clearing sessions and local cache the message goes away but comes back after going through a couple of pages. Weird thing is that served url's and contained content within those urls is correct.



Here's the exact code from I pulled from inspector:



<div data-bind="attr: 
class: 'message-' + message.type + ' ' + message.type + ' message',
'data-ui-id': 'message-' + message.type
" class="message-notice notice message" data-ui-id="message-notice">
<div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div>
</div>


I'm confident this is session related



desktop page not found error



mobile page not found error










share|improve this question






















  • <div data-bind="attr: class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type " class="message-notice notice message" data-ui-id="message-notice"> <div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div> </div>

    – Tom Ski
    Apr 4 '17 at 18:10











  • Hi, did you find any solution of your problem?

    – Himmat Paliwal
    Aug 16 '17 at 15:45

















0















My Magento 2.1.5 is trowing a "The page you requested was not found, but we have searched for relevant content." displayed on front pages. After clearing sessions and local cache the message goes away but comes back after going through a couple of pages. Weird thing is that served url's and contained content within those urls is correct.



Here's the exact code from I pulled from inspector:



<div data-bind="attr: 
class: 'message-' + message.type + ' ' + message.type + ' message',
'data-ui-id': 'message-' + message.type
" class="message-notice notice message" data-ui-id="message-notice">
<div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div>
</div>


I'm confident this is session related



desktop page not found error



mobile page not found error










share|improve this question






















  • <div data-bind="attr: class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type " class="message-notice notice message" data-ui-id="message-notice"> <div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div> </div>

    – Tom Ski
    Apr 4 '17 at 18:10











  • Hi, did you find any solution of your problem?

    – Himmat Paliwal
    Aug 16 '17 at 15:45













0












0








0








My Magento 2.1.5 is trowing a "The page you requested was not found, but we have searched for relevant content." displayed on front pages. After clearing sessions and local cache the message goes away but comes back after going through a couple of pages. Weird thing is that served url's and contained content within those urls is correct.



Here's the exact code from I pulled from inspector:



<div data-bind="attr: 
class: 'message-' + message.type + ' ' + message.type + ' message',
'data-ui-id': 'message-' + message.type
" class="message-notice notice message" data-ui-id="message-notice">
<div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div>
</div>


I'm confident this is session related



desktop page not found error



mobile page not found error










share|improve this question














My Magento 2.1.5 is trowing a "The page you requested was not found, but we have searched for relevant content." displayed on front pages. After clearing sessions and local cache the message goes away but comes back after going through a couple of pages. Weird thing is that served url's and contained content within those urls is correct.



Here's the exact code from I pulled from inspector:



<div data-bind="attr: 
class: 'message-' + message.type + ' ' + message.type + ' message',
'data-ui-id': 'message-' + message.type
" class="message-notice notice message" data-ui-id="message-notice">
<div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div>
</div>


I'm confident this is session related



desktop page not found error



mobile page not found error







magento2 magento-2.1 magento2.1.5






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 4 '17 at 18:10









Tom SkiTom Ski

11




11












  • <div data-bind="attr: class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type " class="message-notice notice message" data-ui-id="message-notice"> <div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div> </div>

    – Tom Ski
    Apr 4 '17 at 18:10











  • Hi, did you find any solution of your problem?

    – Himmat Paliwal
    Aug 16 '17 at 15:45

















  • <div data-bind="attr: class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type " class="message-notice notice message" data-ui-id="message-notice"> <div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div> </div>

    – Tom Ski
    Apr 4 '17 at 18:10











  • Hi, did you find any solution of your problem?

    – Himmat Paliwal
    Aug 16 '17 at 15:45
















<div data-bind="attr: class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type " class="message-notice notice message" data-ui-id="message-notice"> <div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div> </div>

– Tom Ski
Apr 4 '17 at 18:10





<div data-bind="attr: class: 'message-' + message.type + ' ' + message.type + ' message', 'data-ui-id': 'message-' + message.type " class="message-notice notice message" data-ui-id="message-notice"> <div data-bind="html: message.text">The page you requested was not found, but we have searched for relevant content.</div> </div>

– Tom Ski
Apr 4 '17 at 18:10













Hi, did you find any solution of your problem?

– Himmat Paliwal
Aug 16 '17 at 15:45





Hi, did you find any solution of your problem?

– Himmat Paliwal
Aug 16 '17 at 15:45










1 Answer
1






active

oldest

votes


















0














That could be a result of broken URLs (e.g. in the image tags). Such kind of definition within a page will cause "AJAX" search request without any result and give corresponding error message during next reload:
<img src="https://yousite.com/pub/media/catalog/category/">.



After cleaning session (and/or cache) it is gone possibly because it's not yet put into the error "pool" so requires a page reload to be surfaced.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f167650%2fmagento2-receiving-a-the-page-you-requested-was-not-found-eventhough-the-desire%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    That could be a result of broken URLs (e.g. in the image tags). Such kind of definition within a page will cause "AJAX" search request without any result and give corresponding error message during next reload:
    <img src="https://yousite.com/pub/media/catalog/category/">.



    After cleaning session (and/or cache) it is gone possibly because it's not yet put into the error "pool" so requires a page reload to be surfaced.






    share|improve this answer



























      0














      That could be a result of broken URLs (e.g. in the image tags). Such kind of definition within a page will cause "AJAX" search request without any result and give corresponding error message during next reload:
      <img src="https://yousite.com/pub/media/catalog/category/">.



      After cleaning session (and/or cache) it is gone possibly because it's not yet put into the error "pool" so requires a page reload to be surfaced.






      share|improve this answer

























        0












        0








        0







        That could be a result of broken URLs (e.g. in the image tags). Such kind of definition within a page will cause "AJAX" search request without any result and give corresponding error message during next reload:
        <img src="https://yousite.com/pub/media/catalog/category/">.



        After cleaning session (and/or cache) it is gone possibly because it's not yet put into the error "pool" so requires a page reload to be surfaced.






        share|improve this answer













        That could be a result of broken URLs (e.g. in the image tags). Such kind of definition within a page will cause "AJAX" search request without any result and give corresponding error message during next reload:
        <img src="https://yousite.com/pub/media/catalog/category/">.



        After cleaning session (and/or cache) it is gone possibly because it's not yet put into the error "pool" so requires a page reload to be surfaced.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 20 '18 at 2:09









        ArtemmArtemm

        1




        1



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f167650%2fmagento2-receiving-a-the-page-you-requested-was-not-found-eventhough-the-desire%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

            Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?