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;
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
magento2 magento-2.1 magento2.1.5
add a comment |
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
magento2 magento-2.1 magento2.1.5
<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
add a comment |
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
magento2 magento-2.1 magento2.1.5
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
magento2 magento-2.1 magento2.1.5
magento2 magento-2.1 magento2.1.5
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
add a comment |
<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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 20 '18 at 2:09
ArtemmArtemm
1
1
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
<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