dwyl / dwyl/phoenix-todo-list-tutorial

Compilation error due to undefined function complete/1 in AppWeb.ItemHTML.

Open
#189 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Elixir
Stars
209
Forks
17
Avg merge
1d 2h
Merged PRs (30d)
5

Description

I'm encountering a compilation error when running the project. The error message is as follows:

`error: undefined function complete/1 (expected AppWeb.ItemHTML to define such a function or for it to be imported, but none are available)%E2%94%8238 %E2%94%82

  • %E2%94%82 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^%E2%94%94%E2%94%80 lib/app_web/controllers/item_html/index.html.heex:38: AppWeb.ItemHTML.index/1`

    The error suggests that the complete/1 function is missing from the AppWeb.ItemHTML module, which is being called in the index.html.heex template file.

  • Contributor guide

    No contributing guide indexed for this repository

    Assessment

    This issue has not been assessed yet.

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.