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

App blank when deploying to heroku #49

Closed
vlance11 opened this issue Jun 14, 2019 · 7 comments
Closed

App blank when deploying to heroku #49

vlance11 opened this issue Jun 14, 2019 · 7 comments

Comments

@vlance11
Copy link

The app is beautiful, and it runs flawlessly on local. When deploying to Heroku it just returns a blank page. DB was seeded successfully. Error in the console is "Uncaught SyntaxError: Unexpected token <"

@tuandm
Copy link
Owner

tuandm commented Jun 14, 2019

@vlance11 I haven't deployed this app to Heroku, I will try myself and get back to you soon.

@vlance11
Copy link
Author

@tuandm Thank you, as a heads up the 2 mysql db options do not work on heroku, must use postgres.

As ClearDB mysql is version 5.5 which has the 787 error and the JawsDB fails to connect for seed. Should the app be built as PHP or Nodejs?

@tuandm
Copy link
Owner

tuandm commented Jun 14, 2019

@vlance11 The app is actually a Laravel instance with VueJS as frontend. The app should work without NodeJS, just run npm run production from local then copy public/js/*, public/css/* files to Heroku.

I believe the problems you've got are related to Laravel.
Mysql 5.5 would get 767, I'm not sure about the 787 one, maybe typo? :)

Have you tried to install fresh Laravel on your Hekuro instance? (with proper mysql connection)

@vlance11
Copy link
Author

@tuandm -- I was able to solve by adding "heroku-postbuild": "npm run build" to the package.json file

Now the page displays correctly, but when logging in we see
Request failed with status code 404 -- the console has https://site/api/auth/login as a 404

We have added MIX_BASE_API and BASE_API to the hosted environment variables as well

@tuandm
Copy link
Owner

tuandm commented Jun 14, 2019

@vlance11 Thanks for updating. MIX_BASE_API/BASE_API are for frontend calling to /api/auth/login correctly, and they worked as https://site/api/auth/login is called.

404 means the route doesn't exist. And npm run build is not in package.json - you should try npm run dev or npm run production.

@faizaahmad
Copy link

Already resolved thanks for the order
here is the working app on Heroku
https://laravel-coder.herokuapp.com

Solution :
when you push to heroku it will not push node_modules and public/js folder
please remove node_modules and public folder from .gitignore and then push again and it will work like a charm

Cheers
LaravelCoder

@sirjp1
Copy link

sirjp1 commented Apr 16, 2020

someone, please help me. just finished uploading my application but it is showing a blank screen. my link to the codes is https://github.com/sirjp1/ecommerce. please i need help urgently

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

4 participants