-
As of v0.6.0, WebauthnComponents can be used to easily scaffold Passkey authentication in **new** Phoenix apps. For existing applications with password-based authentication or 0Auth, more extensive do…
-
Hey guys, when trying to run the app `mix phx.server`, Im having
```
== Compilation error in file web/views/layout_view.ex ==
** (RuntimeError) unexpected EEx.Engine state: {:safe, [{:|, [], [{:_…
-
If you add
```elixir
{Phoenix.PubSub, adapter: Phoenix.PubSub.Redis}
```
to your list of child applications, and then try to start the application in development mode (for example with `iex -S m…
-
Phoenix allows us to create a project with or without Ecto support, the idea is that if you can better separate your project into multiple libraries. This is exactly what I do, I have a `BusinessDB` l…
-
A Phoenix application is touted as a large function call. Cowboy parses the request, the adapter hands off the Plug.Conn struct to the Phoenix application, transformations happen, a response is built …
-
Freshly created Phoenix project, when trying to run `mix phoenix.gen.layout.slime` I'm receiving this error
```** (UndefinedFunctionError) function Mix.Phoenix.copy_from/5 is undefined or private…
-
I configure SiteEncrypt like so
```elixir
@impl SiteEncrypt
def certification do
SiteEncrypt.configure(
client: :native,
db_folder: "/tmp/niss_site_encrypt_db_dev",
directory_ur…
-
I'm having this very random issue (it only happens occasionally, let's say 40% of the time) where it looks like my tests fail because they can't publish to my `Phoenix.PubSub`. The errors are all simi…
-
I am not sure if this is related to this library or more to the `ex_json_schema`.
If you have an endpoint with a `multipart/form-data` file upload everything works fine when the validation is disab…
-
I followed the instalation instructions and I got this error
```
$ mix phoenix.server
[info] Application sentry exited: exited in: Sentry.start(:normal, [])
** (EXIT) an exception was raised:
…
voger updated
8 years ago