This page requires JavaScript. Please enable it in your browser. #1723
Description
Hi guys,
I am using the 0.5.0 build. Randomly I am getting this "This page requires JavaScript. Please enable it in your browser." response to my browser. I have been using the YO generator and I know there needs to be a few updates made (like updating the URL in the client service). It is happening A LOT but with no rhyme or reason. I am using Chrome and I have the dev tools open. However with the dev tools open, I get the same thing. Also happens in Safari.
All HTTP request to the server are coming back as 200 OK.
I can see the noscript tags in the layout.server.view.html - but I do not want to remove them. Seeing that JS is definitely turned on for my browser, I am at a total loss as to why this might happen.
To reproduce this, just create a new website using Yeoman,
then do yo meanjs:crud-module
follow the prompts. If I try and create a module called Book and just have the model with a value of name, all I need to do is go to List Books > create book > fill out form > save. Then the view page is blank. Navigate back to the list view - blank. Refresh (might work).
if you get to view a book, then try and edit it, I get a get call to a url that looks like this:
http://localhost:3000/books/modules/books/client/views/form-book.client.view.html