Jump to content

Nouman Ali

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Nouman Ali

  1. It sounds like your Stripe Checkout integration is working well, but you're missing a proper redirect after payment. Stripe Checkout allows you to set success_url and cancel_url when creating a Checkout session. You should ensure these URLs are correctly configured to redirect users after payment. If you're using a plugin, check its settings for redirect options. Otherwise, in your code, add success_url=https://yourdomain.com/success and cancel_url=https://yourdomain.com/failure when initializing the Checkout session. This will ensure users land on the appropriate page after payment. If you need more details, feel free to contact Stripe support or check their documentation.
  2. I'm using HestiaCP with an Nginx template for Blesta, and while most things work fine, I'm facing issues with the error pages not displaying correctly and API calls or feed endpoints not functioning as expected. Below is my current Nginx configuration for both HTTP and HTTPS. I suspect the problem might be related to missing rewrite rules or improper handling of error pages and API routes. Any insights or modifications to make this work perfectly with Blesta Billing would be greatly appreciated.
  3. To redirect a user to the login page, you can typically use a simple code snippet depending on your platform or language.
  4. I can help with that! Are you having any specific issues with the Nginx template, or do you need guidance on the overall setup for Blesta on HestiaCP
×
×
  • Create New...