-
### Environment
Make sure you are using the latest LiveView and Dashboard versions before continuing.
This is on a freshly created Phoenix application `mix phx.new`. The only trick is that I’m u…
-
I have the following routing setup:
```elixir
defmodule Web.Router do
use Web, :router
forward "/admin", Web.Admin.Router
forward "/api", Web.Api.Router
end
# .......
defmodule W…
-
Currently trying to get a DIY hubs on ubuntu running
Ubuntu 20.04 in LXD deployed with [this script](https://gist.github.com/mkg20001/8e3220f5e39d7c54f644afdb44c8df06)
Added some patches for sql…
-
The current exporter plug is serving metrics on given path (`/metrics` by default), or passing the conn. This is for plug pipeline... and it doesn't work for phoenix router!
```elixir
# phoenix …
-
### Pre-requisite
Phoenix channels currently support WebSockets and Long Polling. However, Phoenix application is not limited by these and its creators have made it possible to add other transport me…
-
# Feature Request: Drag and Drop File/Folder Opening in Phoenix Code Editor
## Problem Description
In the current iteration of the Phoenix Code Editor, opening files such as images and HTML requir…
-
Hi there,
This library seems like what I'm looking for, but I'm seeing similar behaviour to what is described in the announcement post on Elixir Forums >> https://elixirforum.com/t/singleton-global…
-
```
What steps will reproduce the problem?
1. Given these OUTLOOK EXPRESS SETTINGS:
Name =
eMail Address =
Server Name = afm202.phoenix.edu
Requires Logon = True,
UserName =
…
-
Rationale - near SPA performance with relatively little effort.
Others that agree:
- https://changelog.com/posts/why-we-chose-turbolinks
- https://robots.thoughtbot.com/how-we-replaced-react-wi…
-
trying to work out how to configure debops-nginx with an Elixir / Phoenix app as upstream?
http://www.phoenixframework.org/docs/serving-your-application-behind-a-proxy
Phoenix generally runs on…