Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Announcements regarding our community
Hello @eldomagan_
Thank you so much for the video we will check this out and get back to you.
Warm Regards Team Bagisto
A place to talk about whatever you want
M
@Rishabh-Webkul Any alternatives? I believe that at the moment it’s not worth it for me to go back to the old version just to use the extension.
Hello @fm27
Regarding your query, I would like to inform you that it’s not an error.
It’s a dependency-related message. To resolve this, you need to install the required Node modules by running the npm i command.
Also, you can refer to our YouTube video where we’ve demonstrated how to set up Next.js with Bagisto Headless.
Note: Please note that this video is based on version 2.0:
YouTube Link: https://www.youtube.com/watch?v=kdHTm30GvwI&t=1310s&ab_channel=Bagisto
Hello @Nicola_cascella
Please check the below blog for your query.
https://bagisto.com/en/how-to-override-view-files-in-bagisto/
Its a general behaviour of every websites that cache get stored.
For this you can clear your website cache by running the command
php artisan optimize:clear
S
Hi,
Thank you for connecting with us.
You can simply use the following in place of returning the view:
return redirect()->back();
This will redirect the user to the previous (or current) page.
Best regards, Webkul Bagisto Team