Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 server error #476

Open
jienelita opened this issue Jan 23, 2025 · 2 comments
Open

500 server error #476

jienelita opened this issue Jan 23, 2025 · 2 comments

Comments

@jienelita
Copy link

i just test my project, before i start the whole process, i created a fresh files. create laravel using composer, then start the installation process using the docs on your site. no error during installation so that i proced to build. no error also during build part., but after i click the shourcut icon of .exe file, i got the 500. how to properly run this program?

Image

@SRWieZ
Copy link
Contributor

SRWieZ commented Jan 23, 2025

Did you checked laravel.log ?

@PeteBishwhip
Copy link

If you have an asset compiler such as Vite which is quite common, make sure you have run your assets build command prior to building your app.

For example, npm run build and then php artisan native:build.

As @SRWieZ said above, your laravel.log file should indicate if this is indeed your error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants