We're sorry but work doesn't work properly without JavaScript enabled.

See original GitHub issue

Version

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:closed
  • Created 3 years ago
  • Reactions:7
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
babak-karimi-aslcommented, Aug 5, 2020

my problem solved by replacing vue instantiation code in main.js with the following :

new Vue({
    router,
    store,
    render: h => h(App)
}).$mount('#app');

one of my colleagues did this i don’t know from where.

3reactions
sodateacommented, May 12, 2020

It’s expected. The Preview panel 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 Response tab.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found