Closed sagargopale1992 closed 2 years ago
Hi @sagargopale1992. Thank you for your report. To speed up processing of this issue, make sure that you provided the following information:
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
@magento give me 2.4-develop instance
- upcoming 2.4.x release
For more details, review the Magento Contributor Assistant documentation.
Add a comment to assign the issue: @magento I am working on this
To learn more about issue processing workflow, refer to the Code Contributions.
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
Hi @engcom-Dash. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid
will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid
appears.Issue: Clear Description
label to the issue by yourself.Component: XXXXX
label(s) to the ticket, indicating the components it may be related to.2.4-develop
branch@magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure. 2.4-develop
branch, please, add the label Reproduced on 2.4.x
.Hi @sagargopale1992 ,
Kindly Provide below information to speed up the process...
1.Summary of the issue 2.information on your environment 3.Steps to reproduce 4.Expected and actual results
Thanks!
Hi @sagargopale1992 ,
We have noticed that this issue has not been updated for a period of 14 Days. Hence we assume that this issue is fixed now, so we are closing it. Please raise a fresh ticket or reopen this ticket if you need more assistance on this.
Thanks.
Summary (*)
I am developing third party payment gateway plugin for Magento version 2.4.3 and using PHP version 7.4 with ngnix server. Now I am facing problem after redirecting back from the payment gateway to Magento website.
Due to SameSite cookies issue my session getting lost after returning to the website.
I want to set SameSite Cookie value as None for all requests and for this I have tried all steps as mentioned in the below post.
Examples (*)
https://hardikparikh94.medium.com/fixing-magento2-samesite-cookie-issue-8b687908a9e0
Proposed solution
I have tried everything as mentioned in the above blog but still SameSite cookie issue is not getting resolved.