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

Raise an error when using a reserved app name #6011

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

almirsarajcic
Copy link
Contributor

Fixes #5809.

Two app names can cause problems:

  • server - clashes with the Elixir release overlay
  • table - creating an app gets stuck when using Ecto

This PR resolves it by raising an error during app creation and including that information in the docs.

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

Successfully merging this pull request may close these issues.

Raise on mix phx.new server as server is a clashing overlay
2 participants