Nemanja Dragun

Results 12 comments of Nemanja Dragun

Same issue here. On Vercel it show images while on Netlify its broken

Getting same ReferenceError: __dirname is not defined error

I am curious about same thing. How to automatically delete files that cache already expired for so that it keeps file-system size optimal

@Reddybrekkers Installing npm i -D [email protected] in your project should fix it for now until it is fixed in repo

Installing `npm i -D [email protected]` in your project should fix it for now until it is fixed in repo Raised an issue here as well so it can be fixed...

> @ndragun92 no, this is a case that usually works. can you check if it works if you use destructuring? > > ```ts > const { $gettext } = useGettext();...

Wouldn't it be in the end just structure changes and moving files/folders inside /app? Pretty much everything else should be compatible AFAIK

> Before I close this, I would like to discuss the new folder structure. > > This is the new structure in the `next` branch: > > > > compared...