phoenix_playground icon indicating copy to clipboard operation
phoenix_playground copied to clipboard

Phoenix Playground makes it easy to create single-file Phoenix applications.

Results 12 phoenix_playground issues
Sort by recently updated
recently updated
newest added

Brain dump again as I'm beta testing the library :smile: It's only quite natural to want to deploy a MVP you've done with `phoenix_playground`, which shortens the time to create...

Thanks for `phoenix_playground`, I find it very entertaining & useful at the moment! This issue is a bit of a brain dump / raw user feedback, so bear with me!...

Thanks for sharing this cool app! It will be great if the tailwindcss will be supported out-of-box.

Hey, amazing project! I love it for doing quick tests when helping people out in the discord server. I tried this, and it appears the `on_mount` hook is never called....

Using the example code in https://github.com/phoenix-playground/phoenix_playground/blob/main/examples/demo_router.exs and trying to create multiple URLs in my router and navigate between them, I get the following error: Router: ```elixir defmodule DemoRouter do use...

This PR allows for running `mix release` as the LiveReload code is now guarded against if it is explicitly opted out of In addition, the `plug` option from `start/1` was...

In the [ErrorTracker](https://github.com/elixir-error-tracker/error-tracker) we are using Phoenix Playground for development purposes. We have a [dev.exs](https://github.com/elixir-error-tracker/error-tracker/blob/main/dev.exs) script that runs an example Phoenix application with the ErrorTracker as a dependency. This script...

## Problem I want to create a Livebook demonstrating a sequence of concepts, each one with its own LiveView. So a user/reader of the Livebook could run one example after...

I ran into this when trying to create [a simple token-based auth for the liveview](https://elixir-lang.slack.com/archives/CD594E0UU/p1733746871041619). This [might be fixable](https://elixirforum.com/t/should-session-be-empty-on-the-second-mount-3-call-when-using-liveview/32060) by a custom endpoint which passes `@session_options` to the `socket "/live",...

When we run the [endpoint example](https://github.com/phoenix-playground/phoenix_playground/blob/main/examples/demo_endpoint.exs) as-is, while the liveview runs fine, the causes of 404 or 500 errors are hard to determine. For example, visiting `http://localhost:4000/doesnotexist` shows this log:...