-
Notifications
You must be signed in to change notification settings - Fork 9.4k
The store that was requested wasn't found #39770
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
Comments
Hi @coresh. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @coresh , Thanks for your reporting and collaboration. Steps to reproduce :
GraphQL (1:12)
Kindly recheck the issue and elaborate the steps to reproduce if the issue is still reproducible. Thanks. |
Hi @engcom-Delta. Thank you for working on this issue.
|
Hi, @engcom-Delta Re: "Kindly recheck the issue and elaborate the steps to reproduce if the issue is still reproducible.": Thank you |
Hi @coresh , Did you get a chance to re-verify the issue? Thanks! |
Current status:php: v8.3magento: v2.4.8php.ini
For the request:
Result:
Thank you |
Hi @engcom-November. Thank you for working on this issue.
|
Hello @coresh , Thank you for your report and collaboration. We attempted to reproduce the issue in our latest version 2.4 develop and 2.4.8 both the instances but were unable to reproduce it. Please find the attached screenshot for reference. Steps to Reproduce:
![]() ![]() ![]() Curl we run working as expected ![]() We followed provided precondition and steps and did not encounter any issues. Could you please recheck and let us know if we are missing any steps to reproduce this issue? Therefore, we are marking this ticket as "Issue: Needs Update". Thank you! |
Hello, @engcom-November Re: "Curl we run working as expected": Before executing the curl request:Note:xdebug php extension - must be installed:
please check enabling xdebug php extension by the commands:
Finally: Please force to bind php.ini settings to:
And restart the php-fpm service Then execute:
Note, the mode:
var/log/debug.log, var/log/exception.log, var/log/system.log: Thank you |
Hello @coresh , Thank you for your report and collaboration. We attempted to reproduce the issue in our latest version 2.4 develop and 2.4.8 both the instances but were unable to reproduce it. Please find the attached screenshot for reference. Steps to Reproduce:
![]()
![]()
![]()
![]() We followed provided precondition and steps and did not encounter any issues. Could you please recheck and let us know if we are missing any steps to reproduce this issue? Thank you! |
Hello @coresh , Follow up on the above comment Thank You! |
Everithing OK But, Step 1: please append to the php.ini
Step 2: restart php-fpm service by executing in command line e.g:
Note: restart php-fpm service command depended on the used operating system. Step 3: check by executing in command line:
should be output like
Step 4 execute the request:
Thank you |
Hello @coresh , Thank you for your report and collaboration. We have attempted to reproduce the reported issue on both our latest 2.4-develop branch and the Magento 2.4.8 release. However, we were unable to replicate the issue on either environment. Please refer to the attached screenshot for reference. Steps Taken to Reproduce:
![]()
![]()
Output:
![]() ![]() ![]() Additionally, we tested this on another system and still did not encounter any errors. We do have one question: could you clarify why such a large set of headers is being sent in your request? Are all of them necessary? In our testing, we did not face any issues even when using the same headers. We also tested the following CURL request: curl 'http://local.magentogl.com/graphql' This request also executed successfully and returned the expected result. Please let us know if there are any additional steps or specific conditions that might help us reproduce the issue on our end. |
Preconditions and environment
Case: Core config data value for the path: 'web/url/use_store' === 1
Steps to reproduce
php.ini:
The issue provided by the request:
Expected result
Actual result
Additional information
Magento\Framework\Exception\NoSuchEntityException
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: