Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

I am building an application using AdonisJS 6, Vue 3, and Inertia.js. I'm trying to integrate Pinia for state management, but I'm running into an error: I read online and see other issues here, but I ...
0 votes
0 answers
107 views

Reading https://spatie.be/docs/laravel-data/v4/advanced-usage/typescript docs I try to add laravel data package on laravel/vue/element-plus site and adding app/Data/TaskAdminData.php class with code : ...
0 votes
0 answers
32 views

I’m building a Laravel + React (Inertia.js) application where users can upload files (PDFs, images, etc.). For each file, I generate a thumbnail so I can display it in a gallery card (CardFile.jsx). ...
0 votes
0 answers
68 views

My translations on InertiaJS/React with i18next rerender when page fully loads, which ruins both SEO and animations. when page is initializing, first it loads the en language (even when I change the ...
0 votes
0 answers
30 views

I'm trying to test a simple Inertia.js + React component using Vitest and React Testing Library. The component uses useForm() from @inertiajs/react and the route() helper function from Ziggy (Laravel)....
0 votes
0 answers
48 views

I'm using Laravel 11 with Inertia and VueJS 3. I installed Breeze on the project and tested authentication. Everything was working fine until I tested whether the invalid credentials error was ...
0 votes
0 answers
86 views

I am trying to move WordPress webpage to Laravel 12.x. I am using for that vue3 + inertia starting kit. But since I have very little experience with vue, and completely non in inertia, I bumped at ...
1 vote
0 answers
87 views

I enabled the SSR in InertiaJS and am now facing an issue on when the SSR returns app.blade.php without .tsx file content and then renders it the client side on. It causes the "Hydration failed ...
0 votes
0 answers
46 views

In my laravel application after i installing npm install bootstrap bootstrap-vue-next and updating the vite.config.js : import { BootstrapVueNext } from 'bootstrap-vue-next'; import 'bootstrap/dist/...
0 votes
0 answers
38 views

I just freshly installed laravel with inertia vite. set local server in apache2 as domain test.portfolio.com. so there is the catch vite dev is running and with all networking setup test.portfolio.com ...
1 vote
0 answers
351 views

The List component below has an importedUsers variable stored in an Inertia useRemember hook. Once the importedUser hook is triggered, the page reloads and the DataTable then selects/ checks the ...
0 votes
0 answers
91 views

I am tearing out my hair with this one. Using Inertia with Vue in Laravel and whenever the Inertia.get() is used, a 409 server error is returned before refreshing/redirecting to the desired the page. ...
0 votes
0 answers
18 views

I have a project that uses Laravel + Vue3 + Inertia, and I need to add a new parameter to all URLs before making requests. Previously, the URL was domain.com/admin/users, but now it should be domain....
0 votes
0 answers
60 views

I am trying to use Persistent Layouts in InertiaJS and Laravel with Vue3. But I get a compilation error by Vite: [vite] Internal server error: Codegen node is missing for element/if/for node. Apply ...
1 vote
0 answers
108 views

I made a SPA with laravel + vuejs3 (inertia). My SPA works without worries, but I made a module that is on several sites (WP) which is a js file that loads on a tag with the id="form". It ...
1 vote
0 answers
160 views

I am working on a Laravel(v9) Breeze project using Inertia.js and Vue.js. My project runs on two different ports: Laravel backend (php artisan serve) → http://localhost:8000 Vue.js frontend (npm run ...
1 vote
0 answers
186 views

I'm encountering an ERR_UNSUPPORTED_DIR_IMPORT error during server-side rendering (SSR) with Vite, React, MUI (Material UI), and Inertia.js. The specific error message is: Error [...
0 votes
0 answers
511 views

I'm using Laravel 11 and Inertia.js with Vue to build a multi page web application. I use Coolify with nixpacks to deploy my application on a server. When making a request, the server always returns a ...
0 votes
0 answers
47 views

I just create laravel app with staterkit (breeze) and i am using (react) inertiajs for frontend. I pushed the code to Heroku, it's showing error 419 while register and login. I haven't even started ...
2 votes
0 answers
233 views

I'm new to SSR with InertiaJs. I installed Breeze scaffolding with Inertia supporting SSR. I found below lines in HandleInertiaRequests.php 'ziggy' => fn() => [ ...(new Ziggy)->toArray(), ...
0 votes
0 answers
69 views

I can't get the update and delete functionality working. The create functionality works. web.php: Route::post('/income', [IncomeController::class, 'create']); Route::put('/income/{id}', [...
2 votes
0 answers
172 views

I am building an application using Laravel, inertiajs (SSR), Vite, Vue 3, and SCSS I have pages and component and each page/component has its own style file and it is imported inside of this page/...
0 votes
0 answers
55 views

I am first time developing a laravel - Inertia - Vue App and am doing y first steps with SSR. At the moment during setup of the router I create a WebHistory which obviously isn't suited for SSR ...
0 votes
0 answers
507 views

I am integrating Stripe payment gateway in React Laravel Inertia please provide me a simple example to integrate Stripe payment I have pricing cards and a Chose plan button I want when I click on the ...
0 votes
0 answers
466 views

I'm using Laravel Inertia with Vue.3 to build an SSR app. My app is working well but the SSR is not working at all. When I disable javascript on my browser, I get a blank page. I deployed my app on a ...

1
2 3 4 5 6