Troubleshooting
If you have trouble launching the demo site, check the following:
The site launches but it is blank, no products are shown.
Are your API keys set correctly?
If you open the developer console, you may see that some API requests return a
401 (Unauthorized)status code. In that case, ensure that the API keys provided toinitAppto initialize the Thirstie SDK are correct.If using an
.env.jsonfile to set the environment variables, verify that you have copied them correctly.There are many ways to manage your environment variables, so please feel free to use the method that you are most comfortable with. The thirstiejs-starter repo provides a simple example site illustrating the use of the dotenv package.
When I enter an address, I receive an "out of coverage" message.
- For sandbox accounts, we set up test inventories with the following addresses. Try using one of these:
In Coverage
| zip code | address |
|---|---|
| 10024 | 201 West 89th Street, NY, NY 10024 |
| 90210 | 905 Loma Vista Dr, Beverly Hills, CA 90210 |
| 60657 | 3175 N Broadway, Chicago, IL 60657 |
No Coverage
| zip code | address |
|---|---|
| 15212 | 117 Sandusky St, Pittsburgh PA 15212 |
- If you still receive "out of coverage" please contact your Thirstie representative.