Closed adriatic closed 6 years ago
Please ignore the crash report (I am leaving it undeleted to admit how I made silly error re-configuring my local front end:
Instead of
export const config = {
//api_url: 'https://conduit.productionready.io/api'
api_url: 'http://localhost:3000'
}
I should set the api_url to api_url: 'http://localhost:3000/api'
Apologies for even daring to think that such "bug" would have not been addressed :smirk:
Is this still a bug or should we close this one?
This is not a bug, it should be closed. However, I found that if both FE and BE stay running without any user actions from the FE, at some point BE fails to respond, claiming that some data is undefined. I will watch for this issue.
This is really a question to @loaded02 (who leads the Aurelia conduit project if I understand it correctly), written here to keep things local to aurelia team until I get the grasp of who is who and when are PR's generated for the home team.
In order to find out what happens to the front end app if it cannot connect to the back end server, I did this
and stopped the local instance of the back end:
Starting the front end in such state results with a nice empty blog:
and not so nice content log in the Browser console: