superposition icon indicating copy to clipboard operation
superposition copied to clipboard

Few issues faced while following the setup doc

Open divinenaman opened this issue 1 year ago • 1 comments

System Info : Pop!_OS 22.04 LTS

  • demo app not working Screenshot from 2024-07-14 17-28-29

  • diesel version error Screenshot from 2024-07-14 17-54-56

    • project is using rust-toolchain 1.76.0 and latest diesel-cli requires 1.78.0
    • installing lower version helped: cargo install [email protected] --no-default-features --features postgres
    • the project itself required 1.78.0 so changed rust-toolchain.toml to reflect that
  • make setup : pg_isready command not found

    • this helped : link
  • make setup : Unknown output type: None

    Screenshot from 2024-07-14 19-04-24

divinenaman avatar Jul 15 '24 19:07 divinenaman

@divinenaman Thanks for the report! We will fix these

Datron avatar Jul 17 '24 05:07 Datron