Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upThe blog content disappear when I refresh the page.(demand-express example) #67
Comments
|
same here :\ |
|
+1, the same here too.... |
|
After looking at the main cause of this problem I notice that it is related to the Angular/preboot. |
|
Unfortunately I cannot reproduce this. Can you tell me what the initial HTTP request gives back in its body? Anyone - @ElderJames @wnabil @abdalrhman-alhomsi |
|
I tested the example app and also has the same behavior, I think there is something wrong with preboot. |
|
I have removed the |
|
My chrome is at latest version and this issue happened also on firefox for me not only chrome. |
I run the demand-express example by excuting the command
npm startand access http://localhost:8080/blog/1,then the blog content appear but it disappear when I refresh the page.But when I access the url in new tab,it appear again.