Open J4mez opened 2 years ago
Same problem for me. At this point, this is probably a next 13 bug.
Yep I had the same issue on Firefox, works on Chrome. Not sure what the issue is.
I'm late to the party but looks like you need to add a e.preventDefault()
in the create
function here. Then need to manually refresh the page post-request, like using router.refresh()
.
I think its just due to how Firefox/Chrome handle form requests differently.
In Firefox, when creating a new note the site crashes and an unhanded network fetch error is displayed for a split second. Tested same instance in edge and chrome witch both worked fine.