Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in Firefox #7

Open
J4mez opened this issue Nov 3, 2022 · 4 comments
Open

Does not work in Firefox #7

J4mez opened this issue Nov 3, 2022 · 4 comments

Comments

@J4mez
Copy link

J4mez commented Nov 3, 2022

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.

@kellenproctor
Copy link

Same problem for me. At this point, this is probably a next 13 bug.

@DevinCLane
Copy link

Yep I had the same issue on Firefox, works on Chrome. Not sure what the issue is.

@Alex0White
Copy link

image
image

@chintogtokh
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants