Ali Sokkar

Results 68 comments of Ali Sokkar

I believe I understood the issue from #16 and I think it's doable from https://vercel.com/docs/build-output-api/v3/primitives check it and let me know if it worked

@avoytulevich are you sure you are using the correct absolute path? for reference in Linux you should start with `/home/nyll/my_projects/...` and on windows it's more like `C:/documents/my_projects/... ` check your...

@lusacramento I will close this issue for now. Please feel free to request for it to be re-opened when you can provide me with more details around your issue. It's...

hello, i sort of need more information as I am not experienced with laravel but it sounds like an issue on laravel's side. Is there maybe any logs or perhaps...

@HaciAli-MIZRAK I will close this issue due to lack of information around your issue. Feel free to request for it to be open whenever you can provide more information around...

this is how I fixed the issue to work (unsafe): ```js routeRules: { '/tabs/': { ssr: false }, '/api/*': { cors: false, headers: { 'Access-Control-Allow-Origin': '*' }, }, }, ```...

isn't this still unsafe since anyone who wants to get data from the api could just run the requests through a localhost? I need the communication between the app and...

I will implement a fix for it to not delete them one by one but in the mean time I suggest you take the `useFileStorage.ts` composables file and put it...

pushed the fix to #26 and will issue an update to the package soon

issue is fixed with [v0.2.9](https://github.com/NyllRE/nuxt-file-storage/releases/tag/v0.2.9). Thanks for reporting the issue!