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

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form