New release GrandNode 2.0 - 2.3.0 is out now! Get the newest version from downloads page! Download GrandNode 2.0 CLOSE

Profile: avi

Statistics
Avatar
  • 5

I did follow below documentation

"https://docs.grandnode.com/web-api"

my local url
https://localhost:5001/swagger/index.html

Saturday, November 26, 2022 1:36 PM

Hi Team,

Is it possible to have a single product in different vendors with different prices?
Example
Product 1 - Vendor1orStore1 - Price 1$
Product 1 - Vendor2orStore2 - Price 3$
Product 1 - Vendor3orStore3 - Price 2$

I'm using grand node to build a comparison site for liquor products

Thanks,
Avi

Saturday, October 9, 2021 4:08 AM

Hi Team,

Thanks for the prompt message.
Issue I had was that I have added base64 password while creating API User on UI and also in Postman API password.

Thanks,
Avi

Thursday, September 23, 2021 1:55 AM

avi wrote:

I have the same issue.

URL: http://localhost:16593/Api/Token/Create
body:{
  "email": "admin@admin.com",
  "password": "YWRtaW4="
}

Response:
{
    "errors": {
        "": [
            "User not exists or password is wrong"
        ]
    },
    "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
    "title": "One or more validation errors occurred.",
    "status": 400,
    "traceId": "00-dec8ec76f6e12140aac082d994a47e50-eb4207ec2077ae45-00"
}

I have created the above user in my manage user API and using base 64 password

Tuesday, September 21, 2021 1:54 PM

I have the same issue.

URL: http://localhost:16593/Api/Token/Create
body:{
  "email": "admin@admin.com",
  "password": "YWRtaW4="
}

Response:
{
    "errors": {
        "": [
            "User not exists or password is wrong"
        ]
    },
    "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
    "title": "One or more validation errors occurred.",
    "status": 400,
    "traceId": "00-dec8ec76f6e12140aac082d994a47e50-eb4207ec2077ae45-00"
}

I have created the above user in my manage user API

Tuesday, September 21, 2021 1:52 PM
back to top