How to deploy bagisto to heroku? step by step please.
-
Ive tried deploying to heroku but getting error:
because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.Ive updated the appserviceprovider.php file and made sure my procfile and htaccess file are configired correctlu but I am still getting this error.
this is my homepage
-
@ssf Ive also deployed to aws but also getting same issue there.
-
Hello there,
Which version of Bagisto are you using?
Thanks.
-
@Amitk-Webkul I believe the latest. I used composer create-project bagisto/bagisto
-
Hi there,
please follow the given steps for installing the Bagisto.- git clone https://github.com/bagisto/bagisto.git
- cd bagisto
- composer create-project or create-project bagisto/bagisto
- nano .env [configure app_url, email and database credentials]
- php artisan bagisto:install
If still facing the same please let us know.
-
@Amitk-Webkul Thanks that seems to work but Im getting 404 error for resources. Also only home page works, when i try to navigate to another page eg. the admin page - I get "url was not found on this server" error. Is this something with route I need to configure?
-
@ssf I got it working. Had to enable modwrite restart server
-
@Amitk-Webkul Is there an update on how to integrate stripe payment
-
Hello @ssf,
Thank you for reaching out regarding the integration of the Stripe Payment Method Extension. We're happy to assist you with this process.
you can connect with our support team. or mail [email protected].
-
@Amitk-Webkul How do I connect with your support team? I also do not want to buy the plugin off webkul
-
Hello @ssf,
Can you please elaborate? What exactly you are trying to do?
-
@Amitk-Webkul Ive installed a stripe gateway plugin from https://github.com/ahmetarsiv/stripe-payment-gateway.git. Seems to work on older version of bagisto but not on the newest version.
Getting undefined array key "sort"
-
Hello there,
Something went wrong in the installation.
Please verify and follow the below installation process.
Stripe Installation Guide- https://github.com/ahmetarsiv/stripe-payment-gateway#3-installation
If you still facing the same please let us know.
Thanks.