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

status=503 on auth call #8

Open
ankursachdeva11 opened this issue Nov 14, 2016 · 2 comments
Open

status=503 on auth call #8

ankursachdeva11 opened this issue Nov 14, 2016 · 2 comments

Comments

@ankursachdeva11
Copy link

ankursachdeva11 commented Nov 14, 2016

As per instruction, i have hosted on heroku.

When i tried to install application then
error on heroku :

Application error
An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.

this error comes in logs.

2016-11-14T10:03:07.341019+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/bigcommerce/callback?code=pi7aaiv7qicltguxg88mhi95jr6fs5n&context=stores%2Fg3uzz5c7jx&scope=store_v2_content_read_only+store_v2_customers_read_only+store_v2_default+store_v2_information_read_only+store_v2_marketing_read_only+store_v2_orders_read_only+store_v2_products_read_only" host=bgcmrce.herokuapp.com request_id=793ffafb-1777-41e9-b818-fc69f4bfcd21 fwd="111.93.21.242" dyno= connect= service= status=503 bytes=

let me know how it will make call to auth??

@Xizid
Copy link

Xizid commented Sep 25, 2017

Did you ever figure out a solution to this? I am getting the same issue.

@zorborac
Copy link

The issue is that it is never starting. if you look higher in the logs you'll find Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch

This means we never actually attach and thus never get index.php running.

I'm not familiar with why this happens though. I'm new to Silex. I may try porting the example to node.

Maybe someone from bigcommerce could lend a hand.

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