We're sorry but work doesn't work properly without JavaScript enabled.
See original GitHub issueVersion
4.3.1
Environment info
We're sorry but work doesn't work properly without JavaScript enabled. Please enable it to continue.
Steps to reproduce
I created a VueJS app and I’m getting the following error when I look at the source code in the web browse
We’re sorry but work doesn’t work properly without JavaScript enabled. Please enable it to continue.
What is expected?
Vue running smoothly
What is actually happening?
Nothing
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:11 (1 by maintainers)
Top Results From Across the Web
vue.js - How to solve noscript - doesn't work properly without ...
After 2.5 days of search I found that the content in index.html ( We're sorry but basicapp doesn't work properly without JavaScript enabled....
Read more >We're sorry but doesn't work properly without JavaScript ...
Hi! I got an error: We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.
Read more >doesn't work properly without JavaScript enabled when ...
Coding example for the question How to solve noscript - doesn't work properly without JavaScript enabled when serving a Vue App-Vue.js.
Read more >Why do I see "We're sorry but desk-app doesn't work properly ...
I set up a single page application using Vue.js and Firebase. It works fine but when I search for the website in Google...
Read more >Why do I get “We're sorry but book_management_front doesn't ...
Hello, I'm currently developing a vue application, but I'm still a beginner. ... doesn't work properly without JavaScript enabled.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
my problem solved by replacing vue instantiation code in main.js with the following :
one of my colleagues did this i don’t know from where.
It’s expected. The
Previewpanel will try to render HTML but it does not run JavaScript so it only shows the content of the<noscript>tag.The full source code is shown in the
Responsetab.