What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hi, I'm implementing Computop payment. I meet issue at Yves. After implementation i can't log in to
Hi, I'm implementing Computop payment. I meet issue at Yves. After implementation i can't log in to customer account in yves. Network in browser returns 200. Also validation (login form) not works. Additional I get CSRF token invalid message whet try to reset password. Maybe someone had such a case like this?
Comments
-
We did the Computop Implementation ~6 months ago and did not encountered such issues...
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 βοΈ - Guardians (admin)
What does βi can not loginβ mean? Formular is shown but always auth error?
0 -
Yes, form is shown, after submit there is no errors and validation not works. It looks like page only refresh.
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 βοΈ - Guardians (admin)
I would set a xdebug breakpoint in the vendor/symfony/http-kernel/HttpKernel.php handle() method to see what makes the auth fail. Once you reach the authentication provider you should normally see a more readable exception message (before it gets silenced or transformed for the end user)
0 -
Thank You for Help. I found with xDebug that
$config[SessionConstants::YVES_SESSION_COOKIE_SAMESITE] = 'none';
need to be modified to ex:
$config[SessionConstants::YVES_SESSION_COOKIE_SAMESITE] = '';
Then issue has disappeared, yves login works fine.
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 βοΈ - Guardians (admin)
Nice finding! π
You can maybe also just remove it because the empty string is by default. If you look in the latest demoshop you will not even find the config-value in the config/Shared folder anymore.https://github.com/spryker/session/blob/master/src/Spryker/Yves/Session/SessionConfig.php#L61
0 -
Thanks, I removed it from Shared/config_default.php and it works without issue. I'm working on the newest version of Spryker and my SessionConfig looks like this in Git link You send.
0 -
fsmeier Senior Software Engineer & Developer Enablement Advocate Sprykee Posts: 1,084 βοΈ - Guardians (admin)
Did you start this huddle on purpose? O.o π
0 -
Sorry π my bad clicking :-D
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random