-
Notifications
You must be signed in to change notification settings - Fork 14
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
getting "503 Service Unavailable" in prod env. #17
Comments
Hello @garak
If something is wrong with my credentials, how come it works fine in dev env. ? thanks. |
@bycrea I hope that in your dev env you're using sandbox credentials. |
Of course I do, I can connect, pay, and get success return route in dev mode, with paypal credentials in parameters. It's weird it does not work in prod right? |
Well, I'm not sure if you understood difference between sandbox credentials and "real" credentials. |
Sorry I may not have been clear enought. Can't be more specific :/ thanks anyway. |
Are you using |
ok, on your advise I tried Here is what I get in prod.log : Thanks. |
@garak any last idea before I give up? :) |
I cannot help you here. If you can't get your PayPal credentials working outside this bundle, you won't be able to get it working inside it |
But it works in dev environment... I dont get it haha. |
If you try in dev with |
Ok I didn't know that, I'll try to reset my credentials then. |
Hi! I have the same problem. did you manage to enter the mode? |
No sorry, never tried mush, I'll when ever I've got time. |
Hi,
I installed beelab bundle on symfony 3.4.
Everything works fine in dev environment with paypal develloper (sandbox),
but i get "503 Service Unavailable" error in prod env.
Dumping Exception shows : 'Security header is not valid'
Seems to come from setTransaction($transaction)
I've tried cache:clear of course, look on the web for similar paypal issues, but nothing comes to me.
If (you have any idea?) {thanks!}
;)
The text was updated successfully, but these errors were encountered: