beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 12 forks source link

OpenSpark - application is failing at search & init api #2411

Closed omkar-em closed 1 day ago

omkar-em commented 1 week ago

Bug Description

The OpenSpark application is failing during the init api

Steps to Reproduce

  1. Launch the OpenSpark application.
  2. Serach for prosume
  3. select and proceed futher to add billing detail.
  4. Note that the application fails to complete the init api, resulting in an error. 5

    Expected Behavior

    The OpenSpark application should complete the work flow successfully.

Actual Behavior

The application fails at init.

Figma

NA

Environment

Screenshots/Logs

Image

prasad-takale-eminds commented 4 days ago

We are currently passing "domain": "uei:p2p_trading"; however, we need to ensure we’re passing "domain": "uei:p2p_trading" correctly. This mismatch is preventing our request from locating the appropriate Layer 2 configuration for uei:p2p_trading. Once we correct the domain, it should work as expected. I’ve tested this in Postman, and it functions correctly with uei:p2p_trading.

UI team has fixed the above issue. PR: https://github.com/beckn/beckn-ui-workspace/pull/2407

omkar-em commented 1 day ago

image This is fixed. Closing this ticekt. cc: @emmayank @prasad-takale-eminds