Max
On every redirect I get /None not found
GET http://localhost:3000/None 404 (Page not found: /None)
I do get this error on every reload. It originates in contentScript.bundle.js
5 replies
Nuxt form behaving differently bettwen dev and build
I am trying to build a form in my app. Sadly it behaves differently between dev and build.
In dev it just executes the onSubmit method and everything is fine. For build it redirects to the post url.
This is the code:
I also tried with the prevent modifier but that did not help.
17 replies