You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,13 @@ You may start the SSR server using `node`:
328
328
node storage/ssr/ssr.js
329
329
```
330
330
331
+
### Troubleshooting
332
+
333
+
If you have followed all of the above steps, but are still having issues you should try the following steps:
334
+
335
+
- Try running `php artisan view:clear` to clear any compiled view assets.
336
+
- If your development web server is running on HTTPS, check out the ["Working With A Secure Development Server"](https://laravel.com/docs/9.x/vite#working-with-a-secure-development-server) section of the documentation.
337
+
331
338
### Wrapping up
332
339
333
340
You should now be able to build your assets using `dev` command. This will also invoke the Vite server and Vite will watch for file changes:
0 commit comments