Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
90 views

problem of creating a shopping cart in laravel inertia vue bundle - I want to use transitionGroup to animate products in the cart, however the component reloads when I get information from laravel, ...
Vitaliy Velichyshi's user avatar
0 votes
1 answer
130 views

I'm working on my first VILT stack project, a T-shirt store where customers can add items to a cart. The cart is stored in the session and shared with the frontend using the HandleInertiaRequests ...
Web Developer's user avatar
0 votes
0 answers
46 views

I am getting an error when I run npm run build in production error during build: RangeError: Maximum call stack size exceeded at RegExp.exec (<anonymous>) at file:///var/www/html/test.webapp/...
Angga Rahayudiputra's user avatar
0 votes
2 answers
295 views

I have a problem with a Laravel/React/Inertia V2.0 application. I want to implement some infinite scrolling pagination. There is the new Inertia::merge() accessor, that helps merging paginated content....
georgleb's user avatar
1 vote
3 answers
93 views

I use Laravel, Inertia and Vue. When I submitted the form, the page returned a 404 not found window and the console said POST http://127.0.0.1:8000/admin/sparepart 404 (Not Found) I don't know if it's ...
Akmp's user avatar
  • 11
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 ...
Canelo Digital's user avatar
1 vote
0 answers
194 views

I installed a Laravel Inertia project with Vue and hot reload doesn't do his job even if I F5. For modifications to apply on my frontend, I need to stop the dev script and restart it for example if I ...
Antoine Kurka's user avatar
0 votes
1 answer
605 views

I'm facing an issue while trying to send a PUT request with FormData in Laravel using Inertia. I need to update a user, but the PUT request seems to be ignored, and Laravel is not processing the ...
Saqif Haque's user avatar
1 vote
1 answer
318 views

I have the following route: Route::post('report', Controllers\ReportController::class)->name('report'); And the controller loads a file and returns it $path = '/some/path/to/report.xls'; return ...
StR's user avatar
  • 569
0 votes
1 answer
99 views

I'm pretty new to this and it seems there are so many pages and teachers that make the Edit function its own page, but I want to do it on the same page so the user can just edit it while seeing ...
Marianne Hartigan's user avatar
-1 votes
1 answer
42 views

Here is the quick explanation of the issue i am facing - (58 sec only) https://komododecks.com/recordings/VKLRr4GiITxAi0XZfqvF I can edit my posts, i can send existing post images ids to laravel ...
Talha Tonmoy's user avatar
0 votes
1 answer
465 views

I get the following error in the command line when having ssr-started (laravel 11 + vue + inertia) and trying to navigate after php artisan Inertia:start-ssr and after npm run build: The server starts ...
Canelo Digital's user avatar
-1 votes
1 answer
186 views

I began to develop a Laravel 11 app with Jetstream, Tailwind, Inertia with SSR and Vue3 without taking into account I'd later need node on the webhosting to be able to run. But my hosting doesn't ...
Canelo Digital's user avatar
0 votes
1 answer
78 views

I am developing an application using Laravel, Inertia and Svelte. It's currently running SSR. Here's a simple code snippet that I use to set up the <title> tag in the <head> section, using ...
coderboy's user avatar
  • 1,887
1 vote
1 answer
103 views

When I logout in the popup appears for confirmation when I click on it and out of the session it is fine the problem is when I register or sign in again the (isLogouting and isOpeLogoutDialogue) do ...
Hassan Khan's user avatar
0 votes
1 answer
179 views

I want to access the auth user to my navigation page, How to do this in inertia react? this code works for Vue but doesn't work in react js $page.props.auth.user thanks
Edson's user avatar
  • 184
0 votes
0 answers
1k views

I got problem after build react in inertia with laravel using vite, so the build run smoothly but when i ran it in browser got problem The plugin "externalize-deps" was triggered by this ...
RuXnE's user avatar
  • 11
0 votes
0 answers
471 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 ...
Antoine Kurka's user avatar
0 votes
1 answer
62 views

I'm making an edit user account page in Laravel, Vue, and Inertia. The user changes their information via forms that are stored as reusable modals. The demo button makes the modal work fine, but when ...
Graeme Robinson's user avatar
0 votes
1 answer
70 views

I have to display the raw HTML in the react-data-table-component. I have raw HTML which is coming from API, now I want to display that HTML in react-data-table-component. const columns = [ { ...
Jeeva K's user avatar
0 votes
1 answer
196 views

I have a React app that's attached to a Laravel backend through Inertia.js. Inertia provides straightforward way of uploading files: https://www.inertiajs.com/file-uploads My code closely resembles ...
ClockworkOnion's user avatar
2 votes
0 answers
194 views

Is it possible to install Laravel Jetstream with Typescript instead of Javascript when you are installing it with Inertia/Vue? I saw that they have it with Breeze but I can't find it for Jetstream. If ...
Ubeydullah Keleş's user avatar
0 votes
1 answer
91 views

I have to pass the menu list to all the pages. this menu list should generate dynamically, so I used the login events listener to do that, here I can able to create the menu but when I try to share ...
Jeeva K's user avatar
3 votes
0 answers
159 views

I use Laravel (v9.52.16) with Inertia. In front-end (Vue.js) I have an email field and in back-end (PHP 8.1.22) I do validations. I use RFC and DNS validationsto authorize only valid emails with valid ...
JGaouette's user avatar
0 votes
1 answer
882 views

I'm actually trying to add CSP on my Laravel/Inertia project. I install the spatie/laravel-csp package and generate the nonce with Vite::useCspNonce(); I also set csp_nonce meta property in my main ...
Clement B's user avatar
0 votes
1 answer
79 views

I'm using Laravel 11, Vue 3 and InertiaJS. I'm trying to get authorization to work but it keeps returning 403 even if the policy returns true. The Inertia Link conditionally shows (successfully so) ...
David's user avatar
  • 1
1 vote
2 answers
430 views

For some reason, my application does not recognize one of the attributes of the received JSON. It receives 'posts' and should form links based on 'posts.links'. I have written this code: <Link v-...
Romay's user avatar
  • 25
-1 votes
1 answer
374 views

It's a day that I'm working on optimizing my webpage to use Inertia SSR and Gzip correctly from how to change the Vite config to how the Nginx config should be. Now I love to share the configs here so ...
alireza alizade's user avatar
0 votes
1 answer
39 views

I am trying to show the data of a field "work_places" in edit form, this filed is Tagify and I store the value in json filed. this is how the data is stored in the database cell after making ...
khaled amoudi's user avatar
0 votes
1 answer
712 views

Using Laravel 11, Inertia & React -> Docker Image -> Cloud Run After opening the app on / I get redirected to /login as expected. Inspecting the network requests up to that point, X-XSRF ...
ClockworkOnion's user avatar
0 votes
1 answer
104 views

I am trying to add a provider for the new Matrix Auth protocol based on OIDC/OAuth2.0 which is outlined in https://areweoidcyet.com/ The major catch here is that since Matrix is selfhostable and ...
MTRNord's user avatar
  • 154
2 votes
1 answer
100 views

Context I'm developing a Laravel application with React (using Inertia.js) where users can update "achievements". These achievements include a banner image and a description section that can ...
MGuerrazzi's user avatar
0 votes
2 answers
54 views

I am using laravel 11 with inertia vuejs. I have two seperate route one is api and one is admin. Full application working perfectly on local but when I upload to server than show not found on web ...
Safi's user avatar
  • 45
0 votes
1 answer
74 views

Here is a part of the page code (beginning): <script setup> import { reactive } from 'vue' import { Link } from "@inertiajs/vue3"; defineProps({ post: Array }); const form = ...
Romay's user avatar
  • 25
1 vote
2 answers
468 views

I'm working on a project using Laravel with React and Inertia.js. After making changes to my components and routes, I'm unable to see them reflected in the browser. I've run the following commands to ...
Bonnie's user avatar
  • 11
0 votes
1 answer
590 views

I am struggling with this error that happens only when "vite build" is ejecuted (npm run build), but it does not happen when "npm run dev" in my local. These is all I did at the ...
R0bertinski's user avatar
0 votes
1 answer
47 views

I have the problem that I am adding a new record using Laravel, Inertia and Vue. The record is added to my table visually but the drop-down action button that contains the delete and edit actions for ...
albertolg89's user avatar
1 vote
1 answer
718 views

I'm working on a Laravel 11 app where I want to use Laravel Reverb for WebSockets. However, I'm encountering an issue with the broadcasting/auth route. Here's the situation: #1. Fresh Laravel ...
Ye Myint Soe's user avatar
0 votes
0 answers
84 views

I'm experiencing an issue with Laravel and Inertia.js where the URL is being appended with /test/ twice when rendering a page. My project is hosted at https://something.com/test/, but when attempting ...
Vojtěch Košárek's user avatar
1 vote
0 answers
149 views

In the docs, we can find: State preservation ... You can instruct Inertia to preserve the component's state when using the get method by setting the preserveState option to true. router.get('/users', {...
andcl's user avatar
  • 3,558
0 votes
2 answers
237 views

I'm working on a web app that's using Laravel 10, Vue 3, and Inertia. (I'm new to all of these, btw) Laravel is using Fortify for a lot of features, including new user registration. I've been tasked ...
inventor96's user avatar
0 votes
2 answers
824 views

I'm building an application with Laravel + React. I use Inertia.js to combine the two. The project was generated through Vite.js, which is also used. I now have built a table, which is responsive so I ...
Tsukirid's user avatar
0 votes
3 answers
49 views

this is my docker.yml file services: web: image: app-name:latest build: target: web context: . env_file: - .env ports: - "8000:80" volumes: ...
Hamza ALi Bhatti's user avatar
0 votes
1 answer
42 views

i cant undesrtand why when i use the tag for the pagination , i cant retreive anything... In the controller: $departments = Department::select('name')->paginate(5); return Inertia::render('...
AtyFlow's user avatar
  • 35
0 votes
2 answers
804 views

I have an App created with Laravel with InertiaJS and VueJS. It is set with all the Jetstream scaffolding for the Authentication, everything from the auth is handled by jetstream and inertia. The ...
Santiago Aguirre Perez's user avatar
2 votes
1 answer
210 views

I am trying to implement infinite scroll using useIntersectionObserver. Everything works fine, not until after I scroll, then submit a post, the error occurs. Error DOMException: Failed to execute '...
Blues Clues's user avatar
  • 1,908
2 votes
0 answers
301 views

EDIT (findings): I tried again after removing all references to Inertia, and only imported my example page in main.js (no other pages), and the result is the same: this example page component still ...
Aghyul Kyoku's user avatar
  • 1,058
2 votes
0 answers
163 views

I'm working on a Laravel project using InertiaJS and ReactJS. To inject routes into my frontend, I'm using Ziggy routes. However, I also have the Spatie/Laravel-Permissions package installed. The ...
Emre Can Çakıroğlu's user avatar
0 votes
0 answers
86 views

I have a big form with several inputs to inscribe a student, And when the user types the DNI of one of the parents I make a request through Axios, and if the DNI already exists in the database then I ...
J. Villasmil's user avatar
0 votes
0 answers
43 views

I have a VueJS frontend with tailwindCSS. There is a component that's used twice in the page. <ApplicationLogo class="h-16 w-auto" /> and <div class="hidden lg:block"> ...
nova9's user avatar
  • 133

1 2
3
4 5
26