Open zigabe opened 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"}
{"message":"Cannot GET /api/v1/","code":"NOT_FOUND"}
Request URL: https://api.wiiqare.com/api/v1/payment/voucher?paymentId=pi_3NwmdiJKtQIM0rWe1cGq
the first image is when we are using new the database on app.wiiqare.com we get errors .
Second image when we are using wiiqare-app.com which is connected to old db it displays vouchers details
Was any voucher created on the new DB? It can't retrieve a voucher if that table is empty.
i was trying to create a new vouchers but data is going on old DB. that is the issues we have .
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
the first image is when we are using new the database on app.wiiqare.com we get errors .
Second image when we are using wiiqare-app.com which is connected to old db it displays vouchers details