Ulises Medrano

Results 12 comments of Ulises Medrano

did you tried seeding the settings first? the missing country field comes from the settings model

**I hope this response is not too late** Since you have a TypeError this means the object `{}` is not the same type as the one for the config To...

try this `psql canvas -c "select created_at, message, backtrace from error_reports order by id desc;"` change "canvas" for your actual database name, you will get a log of errors

did you figured this out?

thanks, for future referencies, to debug I did this `psql canvas -c "select created_at, message, backtrace from error_reports order by id desc;" ` Doing that I got the error for...

sure, I just replaced your code with mine https://semgrep.dev/s/AyQ2

did you find a fix for this?

I just found out that my database is seeded but my `config.ini.php` Note that if I do the installation manually from UI I get the same result

so after some test the only issue I am having is that `--ignore` is note recognized

hey Marc, Thanks for the reply, yeah this is already fixed, to be honest I don't recall what I did but it is working. I was creating a helm chart...