Great. Thanks for this instruction.
I will update you for the result soon.
bzero
@bzero
Posts made by bzero
-
RE: Redis setup not working
-
RE: Logo and image size in Velocity theme
it shows on my IOS devices (6,7,8)
And on chrome with custom screen (screenshot attach)Thank you.
-
RE: Redis setup not working
Hi @ayushwebkul
- Operating system
Debian 10
Redis version:
ii libhiredis0.14:amd64 0.14.0-3 amd64 minimalistic C client library for Redis ii redis-server 5:5.0.3-4+deb10u2 amd64 Persistent key-value database with network interface ii redis-tools 5:5.0.3-4+deb10u2 amd64 Persistent key-value database with network interface (client)
Whether redis is running locally or on a different server?
Local
Server configurations (RAM, CPU). etc.
Tested on two systems, 1- physical machine (i7, 8G ram) Another is on Vultr instance, 1G ram
Thank you.
-
RE: Logo and image size in Velocity theme
I am facing slider image stretch issue, this is happening on mobile version.
I also test with demo.bagisto.com, it also gives same issue.Any idea how to fix it?
Thank you. -
RE: Redis setup not working
Hello @ayushwebkul
I also tried this command, and this below as well, but redis-cli monitor gives nothing.
php artisan optimize -
Redis setup not working
Hello everyone,
I follow this instruction to enable Redis for my site, but it doesn't work, there is no message output on redis-cli monitor console.
https://bagisto.com/en/redis-for-cache-management-for-bagisto/I am using v1.3.
How could i know Bagisto is taking redis configuration? or is there any step which is not mentioned in document?Thank you.
-
RE: Bagisto behind reverse proxy with SSL termination
No, i am still looking for help.
I couldn't make it works properly. -
RE: Logo and image size in Velocity theme
All good. Thanks a lot @Vaishali-Agarwal
-
RE: Bagisto behind reverse proxy with SSL termination
(1) Yes, i enabled it in following files: .env and app/Providers/AppServiceProvider.php
(2) I also tried to replace asset by secure_asset, but still not help.This one i deploy Bagisto on Vultr instance as backend, and getting issue.
Then, i deploy Bagisto on server as backend on local network, with port forwarding at my router, doing only step 1), and all works, no need to replace secure_asset.
Both config and database are same including OS, Nginx, PHP version.