#suresh-chowdary_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1270750152818298931
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, do you have the ID of a checkout session that you saw this behavior with? (cs_test_1234)
yes , i have cs_test_a1yE1sWQYPmir7Rb1wiQsSQZIqjEo79UqrYy9LYtUH1x4XcInc9k7t4l57
its working with localhost:3000 not my dev instance
That session has a localhost return URL. Can you create a session with the URL for your dev instance and send me the ID?
That functionality should work in either
cs_test_a1pRSuiSx7jZjvJh2iyx0NhVFeXllBZrW1mMJn871HkTnDhIFPQmg52z3t
Looks like it should work to me. Do you have a public test page where I can try this?
And can you tell me more about what exactly is happening on the redirect? Is the query param still there with the value {CHECKOUT_SESSION_ID}? Is it completely gone when the redirect happens?
Redirecting to the url but no session_id
https://dev.therealfeel.ai/memberuser/payment/
Is it possible that your server is redirecting further and removing the query param? I have seen some sites do that before.
yes, same thing happening and with localhost it is working
I understand that it is working for localhost, the question is about what you've debugged with the actual URL behavior
If you haven't already, it could be helpful to look at the redirect in the network tab of your browser's dev tools. That should show if our original redirect includes the query param
Navigated to https://dev.therealfeel.ai/memberuser/payment/
I understand where it ends up. My current theory is that there is an intermediary step where it gets removed
Without being able to test myself or without you debugging at that level I am not sure where else to look at the moment
could you please help me i am completely stuck on this code level everything working fine on my local
I already gave a suggestion of how to debug and offered to test myself if you have a public test page
I am happy to break that suggestion down further if that will help
i am using test mode
My suggestion for debugging is possible in test mode