You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just made a PR to fix this example as well at #36.
Basically, you just need to remove the line of "phoenix_live_view" in mix.lock and fetch latest version of Phoenix LiveView, then problem should be resolved.
Hi Chris,
regarding the user crud example:
When I want to add a new user and click on the "save" button,
The user has correctly inserted into database and there is no error message. Removing the phx-disable on submit doesn't solve the issue.
I got the same behaviour within an app of mine.
So, is there maybe an issue with redirecting in live view or another issue?
The text was updated successfully, but these errors were encountered: