-
**Describe the bug**
I've set up a new Phoenix app to test out Igniter setup, and run into an issue with AshPostgres.
```
==> phoenix_ecto
Compiling 7 files (.ex)
** (UndefinedFunctionError) fu…
-
Hi,
I'm using the latest Phoenix v1.4.6
The command mix phx.new.web auction_web --no-ecto. does not work.
When i run the mix.server command, after running above, this is what i get ---
$ m…
-
### Describe the bug
After saving a file with File > Save File or with the keyboard shortcut I'll try to close out the Phoenix code application and I am presented with a pop up saying my file is not…
-
I recently tried running a Bandit-based Phoenix application with H2C, behind an AWS Application Load Balancer. In this mode, I would almost never receive a full response, even for static files served …
-
fix:
Generated phoenix_live_view app
warning: Phoenix now requires you to explicitly list which engine to use
for Phoenix JSON encoding. We recommend everyone to upgrade to
Jason by setting in y…
-
I'm scoping `beacon_live_admin` under a host limited scope:
```
scope "/", host: "www." do
beacon_live_admin "/admin"
end
```
and then accessing it via http://www.host.local:4000/admin. Th…
-
**Describe the bug**
Accessing a url under HTTPS in a Phoenix application fails to load the page in `Debug` mode. It works fine in the regular `Run` mode, and when running the server from the termina…
mc962 updated
3 years ago
-
I'm having this error trying to delete a application
```
[error] #PID running MyAppWeb.Endpoint (connection #PID, stream id 2) terminated
Server: localhost:4000 (http)
Request: POST /oauth/appli…
-
I see the `cannot found the router` warning in my umbrella applications which do not have Phoenix routers, and I would also like to use Sobelow in some libraries that I maintain without seeing this wa…
-
It would be great if Phoenix supported Multi-Modal applications, such as a Multi-Modal RAG. There are a couple of features to consider in order to fully support this:
MM RAG Tracing:
- It would …