Simon

Results 205 comments of Simon

Running sobelow returns the following messages: ![image](https://user-images.githubusercontent.com/6057298/137103069-e97ad43b-6cc0-49af-8013-f45a94d1a3e2.png) I'm going to have a look if we can remove some of the messages

Yes it's on localhost. It's not a big issue and I think as soon as the admin user authenticate with either Google or Github the `auth_provider` value is updated (need...

phx_gen_auth is now part of Phoenix since the 1.6 version. see: https://hexdocs.pm/phoenix/mix_phx_gen_auth.html Not a bad prediction :smile: >and possibly even the inclusion into Phoenix 2.0.

The PR https://github.com/dwyl/fields/pull/92 is now merged.

Running `mix ecto.reset` and trying the run the application returns a constraint error: ![image](https://user-images.githubusercontent.com/6057298/157433111-a55f20e8-cdba-432d-98d8-be79d7d47f19.png) Fixed by deleting ald session/cookies from the browser

error while running `mix ecto.reset`: ![image](https://user-images.githubusercontent.com/6057298/158644170-0994b488-59f5-4ae2-b217-b5649fe987d1.png) It looks like the error is link when using Fields to insert the person email. solution: - The application compiled however I forgot to...

@nelsonic thanks, I just found out what was the issue, we just need to make sure the environment variables are sourced before the project is compiled! I've updated my previous...

Hi @tadasajon thanks for opening this issue. **Concerning the assets:** Now that we have updated the project to use Phoenix 1.6 the `npm install --prefix assets` command might not be...

I've just try the running the application again from a fresh git clone and it sees to be working fine for me. Maybe the error is due to the environment...

Looks like they have a beta version ready. I can try to install it https://tuple.app/downloads/linux#install I'm using/learning neovim at the moment, it requires a bit more setup but using tmux/tmate...