Skip to content

Commit 3c0a1a9

Browse files
committed
add general troubleshooting steps
1 parent b7a9a25 commit 3c0a1a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UPGRADE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,13 @@ You may start the SSR server using `node`:
328328
node storage/ssr/ssr.js
329329
```
330330

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+
331338
### Wrapping up
332339

333340
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

Comments
 (0)