You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
I am able to set up the installation and deployment of the eGov software and the application is up and running on my local , however while uploading the data to the server via postman is not working it results in an error.
Also I tried via browser login as well and it results in Invalid Credentials.
Please find the below screenshot for reference
What we have tried
We tried to update the ID and Password in the database but since the encryption was not available we could not move forward.
I tried to debug this exception from the pod logs perspective and found that while users entering the credentials from front end actually have some encryption logic as a result of which we can't make a direct entry unless we understand this encryption/decryption user credentials logic from backend.
Note- we just need to run the Bootstrap postman collection with only 2 API endpoints that actually create the super user and hence after that we will be able to authenticate.
Kindly provide the way forward to feed the data in to the application so that I can access the same.
The text was updated successfully, but these errors were encountered:
Problem:
I am able to set up the installation and deployment of the eGov software and the application is up and running on my local , however while uploading the data to the server via postman is not working it results in an error.
Also I tried via browser login as well and it results in Invalid Credentials.
Please find the below screenshot for reference
What we have tried
Note- we just need to run the Bootstrap postman collection with only 2 API endpoints that actually create the super user and hence after that we will be able to authenticate.
Kindly provide the way forward to feed the data in to the application so that I can access the same.
The text was updated successfully, but these errors were encountered: