sorry dont know how to send server logs or what csrf is
don't have csrf enabled.
Mod_security must be something with a firewall. Are you working on a staging branch?
Sorry. Without server logs I really cannot help you really much. It would be great if you look at your logs yourself and maybe send a copy from the logs around the api stripe server action
@Teodor Do you maybe know what the problem could be here?
no staging branch and no firewall settings involved. Test payment goes thru but that is what appears on my return success page.
Wait. Are you using a hosted checkout?
Please send me a screenshot from your return url in the stripe checkout component.
Are you perhaps using any custom extensions? I never saw something in wappler about "Mod_Security""
Double click on the 404 and 406. Please send, what it states
No I am not using custom extensions. here is the site:
http://estateliquidationsa.com/index3.html
and here is a list of test payments you can use:
Last thing: What type of checkout are you using?
Today I cannot help you anymore, because I am running out of time. I will look further tomorrow into this.
I'm using the stripe checkout. thank you for all your help. I'm pretty much having a fit over trying to get this to work. I can make a sale, but i can't retrieve the information on the customer, product and payment.
Excuse me. But you must be using something something external Wappler does not support. This is not a Wappler issue.
Apparently it has something to do with a APACHE webserver.
I don't know what you are running your project on, but this is apparently no Wappler issue. Wappler does not even have mod_security usually in their default project folder.
thanks, but not using anything different than I have before. This is all just because I added this to the success url:
?session_id={CHECKOUT_SESSION_ID}
I hadn't done anything else at all yet. Just adding this to my success url caused me to get the error - Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.
You are most likely not developing locally? Mod_security is clearly a open source firewall application. There must be some restrictions in its configs.
This is not a Wappler problem, this is a problem of the configuration of the firewall.
Are you using a Server which was already pre setup with certain installations?
This has something to do with apache and it's standard configuration. You have to tweak it, as stated in the stackoverflow post.