wultra / enrollment-server

Base implementation of the enrollment server, usable as the stub for project bootstrapping.
GNU Affero General Public License v3.0
4 stars 1 forks source link

500 on the `api/identity/init` endpoint #1100

Open kober32 opened 1 month ago

kober32 commented 1 month ago

Getting 500 on the api/identity/init endpoint on the DEV server

time 2024-07-10 11:08:15.812 (central europe time)

<--- WPN REQUEST ---
- URL: POST - XXXXXXXX/enrollment-server-onboarding/api/identity/init
- Headers: 2 filtered out
  - X-PowerAuth-Authorization: PowerAuth pa_version="3.2", pa_activation_id="6a603fd5-cb88-487b-a8e4-dd78b91df509", pa_application_key="gfv6saZiwmtOAMk9iD1xyg==", pa_nonce="vsS6UTo1T8LgZpP53Wbimg==", pa_signature_type="possession", pa_signature="Bm5RquW5DmbAAN1avL/Rlg=="
- Body: {"requestObject":{"processId":"dbfa2c03-14eb-4e4b-a2f8-689e8a941ae8"}}
--- WPN RESPONSE --->
- URL: POST - XXXXXXXX/enrollment-server-onboarding/api/identity/init
- Status code: 500
- Headers: 14 filtered out
Body: {"status":"ERROR","responseObject":{"code":"ERROR_GENERIC","message":"Unknown error occurred while processing a request."}}