Skip to content
#

elixir-lang

Here are 1,404 public repositories matching this topic...

trueChazza
trueChazza commented Apr 26, 2022
enhancement good first issue
parkhabit
parkhabit commented Mar 22, 2018

As a first time Pheonix user I followed the Step 1 in the readme and created the app, but when checking to see if I had done it properly I received the following error message numerous times, filling my terminal.

[error] Postgrex.Protocol (#PID<0.363.0>) failed to connect: ** (Postgrex.Error) FATAL 3D000 (invalid_catalog_name): database "chat_dev" does not exist

I understand that

enhancement help wanted good first issue question
dalenavi
dalenavi commented May 3, 2018

Given an elasticsearch target, namespaced into a sub-path by nginx,
when I pass the full host+path into Elastix.Search.search (and other functions also)
then the path component of the elasticsearch url is stripped away.

I believe this code is problematic, in search.ex

def make_path(index, types, query_params, api_type \\ "_search") do
    path_root = "/#{index}"

When the inde

Improve this page

Add a description, image, and links to the elixir-lang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the elixir-lang topic, visit your repo's landing page and select "manage topics."

Learn more