Muris Ceman
Muris Ceman
Thanks for the pointer @juliendargelos, and my apologies for the delay on this. You were right, an event listener was causing the focus issue in Safari. I've removed the blur...
Hi! It might be related to this: https://github.com/nuxt-modules/i18n/issues/3289#issuecomment-2571595135 Could you try adding `typescript` as a `devDependency` in your project?
I just tried deploying a blank site with Nuxt `3.16.2` and it worked fine except for the compatibility error (Pruvious `3.15.x` vs Nuxt `3.16.x`), which might be the reason why...
Hey @AdrianoCahete, integrating Nuxt UI with the Pruvious dashboard is currently challenging because the dashboard is also built with Tailwind. While it's technically possible to [create custom dashboard pages](https://pruvious.com/docs/custom-dashboard-pages) and...
Hi! Thank you for using Pruvious! Yes, revisions are on the roadmap and will be available in version 4. There is no plan to add them in v3 though. You...
Hi! Thanks so much for the kind words and for your enthusiasm. I’m more than willing to review a PR and provide pointers. Just let me know which Pruvious version...
I highly recommend working with v4 at this point. You can clone the [v4 branch](https://github.com/pruvious/pruvious/tree/v4) and check out the ORM [package](https://github.com/pruvious/pruvious/tree/v4/packages/orm) and [tests](https://github.com/pruvious/pruvious/tree/v4/packages/orm/test). To run tests, use the `pnpm test:orm`...
> im experienced with nuxt, etc but somehow have a hard time understanding databases. My website provides only offers mariaDB or mysql. I used this for wordpress sites before, but...
Hi! 1. Verify your files are uploading to the `.uploads` directory on your server. 2. Make sure this folder doesn't get removed during Coolify redeployments. 3. Check that the symlink...
I suspect Coolify is enforcing the [new Nuxt folder structure](https://nuxt.com/docs/4.x/getting-started/upgrade#migration-steps). You can try reverting to v3 structure with this config: ```ts export default defineNuxtConfig({ // Change the default source directory...