jn-devops / rli-bagisto

Open Software License 3.0
2 stars 4 forks source link

Bulk Uploader Issue - ASAP #126

Closed anais-enclavewrx closed 4 months ago

anais-enclavewrx commented 5 months ago

After merging the latest pull requests, it appears that the bulk uploader feature is malfunctioning

image

VikassWebkul214254 commented 5 months ago

Screenshot from 2024-06-10 11-03-56

@anais-enclavewrx We have not found any issue. did you changed any file.....

anais-enclavewrx commented 5 months ago

hi this is our latest bulk uploader, but we can't see the updated and additional products on our site. bulk_uploader (5).xlsx

VikassWebkul214254 commented 5 months ago

ok, We are checking this issue. and update you soon.

anais-enclavewrx commented 5 months ago

thank you!

VikassWebkul214254 commented 5 months ago

After merging the latest pull requests, it appears that the bulk uploader feature is malfunctioning

image

We missed to added Vite config in bagisto-vite file. now added. Please merge above PR.

VikassWebkul214254 commented 5 months ago

Hello,

Also I have checked. Laravel job is not run automatically on server. i had try it by manual and found job is start and bulk upload work properly. you have to check in attached. (Job.png)

======================================= I had already informed you for laravel job over github and Task. (Please check task1.png)

https://github.com/jn-devops/rli-bagisto/issues/117#issuecomment-2146679582

We used Laravel Job for bulk upload because we fetch image via cdn and it take to much time and otherwise image will not upload completely because of execution time.

So for this issue we use laravel Job. laravel job will work in background. So first we need to configure supervisor on server because supervisor will help to run laravel jobs on server.

For More Details: https://laravel.com/docs/11.x/queues#supervisor-configuration

Thanks & Regards Vikas Vishwakarma Job task1

anais-enclavewrx commented 5 months ago

Please advise us on which connection and queue we should use; we're currently using REDIS. ![Uploading laravel forge queue.jpg…]()

VikassWebkul214254 commented 5 months ago

Please Provide below path write/upload permission. we will update on server.

/etc/supervisor/conf.d

anais-enclavewrx commented 4 months ago

Hi! please check error below. Thank you

image

VikassWebkul214254 commented 4 months ago

@all Issue Fixed now site is working.