juspay / juspay/superposition

Few issues faced while following the setup doc

Open
#172 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
429
Forks
49
Avg merge
2d 3h
Merged PRs (30d)
10

Description

System Info : `Pop!_OS 22.04 LTS`

- demo app not working
![Screenshot from 2024-07-14 17-28-29](https://github.com/user-attachments/assets/61bc92a0-478a-439f-95aa-ea529b9b0175)

- diesel version error
![Screenshot from 2024-07-14 17-54-56](https://github.com/user-attachments/assets/a0066fc6-6ce0-4860-951b-3ef4b06a5080)
- project is using rust-toolchain `1.76.0` and latest diesel-cli requires `1.78.0`
- installing lower version helped: `cargo install diesel_cli@2.1.0 --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](https://command-not-found.com/pg_isready)

- `make setup` : `Unknown output type: None`

![Screenshot from 2024-07-14 19-04-24](https://github.com/user-attachments/assets/0b639660-5222-464d-9fe5-c12303e07e85)
- this fix worked : [stack-overflow](https://stackoverflow.com/a/76925172)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.