Romi
Explore posts from serversFile Upload
Hi ,
I have set up s3 and images are getting uploaded to a folder called livewire-tmp/ even though I definded it to store in a public/ folder. even my db stores it as public/filename.jpg
because of this my db and filenames dont match so cannot use the images
5 replies
Can't scroll on Mobile Menu using Nuxt-Link
Hey,
I am having a problem where using my mobile menu after navigation I can't scroll anywhere. But if I open and close and don't navigate its fine. Here is a link to see https://omc-global.vercel.app
Code:
7 replies
Pinia, Local Storage ... :(
Hey,
So I created a store to save a cart Id, its wordking great! exepect when I refresh the page... the store gets reset. So I then started using local storage to store the ID then fetch it back like below:
its still working when going between pages, local storage is getting updated but when I refresh the page all I get is null 😦
18 replies