Expected behavior
Expecting the price to be displayed.
Actual behavior
Price is not displayed when using any compatible widget in both the collection screen as well as the details screen. I can enter the price, it’s being saved in the database, but it’s not being displayed.
It’s just showing a -. Also please note that the field in the database is of type “money” (PostgreSQL money type).
Please refer to the image.
Failure Logs
No relevant logs found.
Context
- Package Version:
- Express Version: ~4.17.1
- Sequelize Version: ~5.15.1 (Forest Express Sequelize: ^7.0.0)
- Database Dialect: PostgreSQL
- Database Version: Postgres, hosted on Heroku.
- Project Name: SwaadSpace
In Layout edit mode.
While creating a new product.
Details Screen
In Collection screen.
In the database.
Thank you so much in advance!!