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

Laravel-vue blank page issue on server #36

Open
wakkarkhan opened this issue Jul 1, 2020 · 4 comments
Open

Laravel-vue blank page issue on server #36

wakkarkhan opened this issue Jul 1, 2020 · 4 comments

Comments

@wakkarkhan
Copy link

Hi ,
Actually i am stuck from last 1week . I have deployed my laravel-vue application on subdomain and it gives me blank page with no errors. Can you please help me what is wrong with it?

@nelson6e65
Copy link
Contributor

Is blank, no HTML/CSS/JS loading?
Check the Laravel routing to that subdomain. Also, you can provide a default page to test.
You can also include Laravel Debug Bar and enable it in production in order to debug this errors.

O just no page, but loading js files?
In addition, you can include a default Vue route to * (any) and display a custom 404 page in your SPA to check if it's a router issue.

@wakkarkhan
Copy link
Author

I did'nt understand what is the real problem .
Can you please tell me , how to include Laravel Debug bar and enable it in production?

@wakkarkhan
Copy link
Author

Actually i have checked, its a Vue router issue . it cannot load components in it.
Please suggest me what should i do to make it work ?

@nelson6e65
Copy link
Contributor

Check your subdomain routing for your Vue SPA is configured correctly.

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

2 participants