WiiQare / frontend

Frontend part for Wiiqare platform
http://app.wiiqare.com
GNU General Public License v3.0
1 stars 1 forks source link

Generating vouchers not working #136

Open zigabe opened 1 year ago

zigabe commented 1 year ago

Describe the bug

After merge the last PR generated vouchers is not working , i get this error can you check what happened

{"message":"Resource not found","code":"NOT_FOUND"}

and this
{"message":"Cannot GET /api/v1/","code":"NOT_FOUND"}

Request URL: https://api.wiiqare.com/api/v1/payment/voucher?paymentId=pi_3NwmdiJKtQIM0rWe1cGq

  1. The process of buying vouchers started in new db and finished in old database that why we get error to generated vouchers. Screenshot 2023-10-02 at 15 56 25

    the first image is when we are using new the database on app.wiiqare.com we get errors .

Screenshot 2023-10-02 at 15 56 39

Second image when we are using wiiqare-app.com which is connected to old db it displays vouchers details

abhiShandy commented 1 year ago

Was any voucher created on the new DB? It can't retrieve a voucher if that table is empty.

zigabe commented 1 year ago

i was trying to create a new vouchers but data is going on old DB. that is the issues we have .