Skip to main content

All Questions

Tagged with
-1 votes
0 answers
14 views

Laravel + Inertia application not loading Vite files on iPad

I am working on a Laravel + Inertia project and it's powered by Vite (as per the modern ecosystem). Now, I want to load my website on other devices connected on my home network (my phone, iPad, etc.) ...
coderboy's user avatar
  • 1,788
0 votes
0 answers
49 views

GET http://127.0.0.1:5173/@vite/client net::ERR_CONNECTION REFUSED

i have an laravel application using inertia react and vite , i already deploy it using cloudflare tunnel , but if i open it using another device the error is appear and the css not applied , i think ...
Yudi's user avatar
  • 1
0 votes
1 answer
96 views

Cannot read properties of undefined on Ziggy Route name

When running php artisan inertia:start-ssr, I encounter the following error in the console during page load, although sounds.categories is correctly defined and the project works properly except in ...
MehranRJ's user avatar
0 votes
0 answers
39 views

Encountering Error When Attempting SSR with Inertia.js in Laravel-Vue PWA Project

I'm using Laravel, Inertia.js, and Vue.js. For CSS design, I'm utilizing Bootstrap 5 framework, and for data tables, I'm using datatables.js. Everything works fine in PWA mode, and the site functions ...
MehranRJ's user avatar
0 votes
1 answer
91 views

Laravel inertia @vite hot reload on production issue

Hello everyone i just figure out if you dont delete hot file in public, laravel try to connect hot reload url. Is this any automated way to handle this situation. When npm run build command executed ...
Sefa Dedeoglu's user avatar
0 votes
0 answers
25 views

Laravel Inertia Vue php artisan breeze:install vue

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Found: [email protected] npm ERR! node_modules/vite npm ERR! dev ...
oluwatobi seun's user avatar
0 votes
0 answers
42 views

Github Codespaces Inertia.js Failed to load resource: net::ERR_CONNECTION_REFUSED

In GitHub Codespaces, I'm experiencing issues with loading resources like client.js, app.js, and Home.vue through port 5173, leading to "ERR_CONNECTION_REFUSED" errors. I'm looking for a way ...
Torge's user avatar
  • 1
0 votes
0 answers
31 views

Laravel/Inertia/Breeze/Vue application loads javascript files only on second click to link in production mode

I have a Laravel/Inertia/Breeze/vue/vite application with links to several pages/indexes. When I run in development mode it all works fine and the pages display with no problem. When i deploy to ...
Jorge Dev Guzman's user avatar
0 votes
0 answers
61 views

Vite keeps using the old folder structure (Laravel & Inertia)

As per project reasons, I changed the usual Inertia Pages structure and I added the ability to load pages also from subfolder modules. This is the usual app.js file: // ... createInertiaApp({ ...
Sergi's user avatar
  • 35
0 votes
1 answer
481 views

Troubleshooting Preline UI JavaScript functions in a React/Inertia environment

I've spent approximately six hours attempting to resolve this issue without success: I use Laravel, Vite, React, and Inertia as my primary technologies. My goal is to implement a Preline sidebar that ...
Mahdi Nateghi's user avatar
0 votes
1 answer
113 views

Laravel 10 + Inertia + Vue 3 + Vite + Self hosted Error

I want to add TinyMCE as self-hosted, but I'm getting the following error. Where am I going wrong? https://www.tiny.cloud/docs/tinymce/6/vue-pm/ You tried the steps at this address, but it still didn'...
SemsiPasa's user avatar
  • 183
0 votes
1 answer
29 views

Laravel inertia mix migrate to vite error

Error messsage: Uncaught (in promise) ReferenceError: require is not defined module.exports = { methods: { /** * Translate the given key. */ __(key, replace = {}) ...
SemsiPasa's user avatar
  • 183
2 votes
0 answers
987 views

Extremely slow Vite page loading - it was working yesterday

I'm working on a project using Laravel 10, Vue, Inertia and Vite. During development I use npm run dev to serve Vite. For weeks it worked flawlessly, but suddenly it's extremely slow, like to take 4 ...
ARemesal's user avatar
  • 2,963
0 votes
0 answers
79 views

InertiaJs - Loader Percentage / Progress Percentage Not Working

I am working on Laravel + InertiaJs with Vue3 , I just created a new project and following a simple Inertia Form submit example here it is , . <script setup> import { useForm } from '@inertiajs/...
Sublan Mustafa's user avatar
0 votes
0 answers
172 views

Symlinked files giving errors in vite

EDIT: I've created a docker image with a skeleton project to demonstrate my issue: praisedare/vite-symlinked-file-error. I've included the instructions to setup the docker environment at the bottom of ...
Praise Dare's user avatar

15 30 50 per page
1
2 3 4 5 6