Module not loaded/could not be found

What is the module name in your lib/wishlist_web.ex file?

You should probably be using WishlistWeb, not WishListWeb in your EditLive and ShowLive modules.

Reason I’m assuming it this way is that Phoenix will name the file with module MyAppWeb as my_app_web.ex, it converts CamelCase names to came_case files.

i.e.