You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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??
The text was updated successfully, but these errors were encountered: