microsoft / AzureSearch_JFK_Files

This repo contains the sample code of the Azure Search and Cognitive Services used to provide insights and analysis around the JFK Files.
MIT License
389 stars 225 forks source link

website could not Search the result after change website name #114

Closed Scarlettliuyc closed 3 years ago

Scarlettliuyc commented 3 years ago

hi team, We have a customer build this project and changed the source data for storage account. Confirmed about the web app username and password. When deleted the old resources from example , there shows error in this web page, and could not search for the results

But it could search in Search demo api

could you please tell us any other configuration in the program that link with example. when tried to npm run build:prod again ,there are error about 401

Careyjmac commented 3 years ago

If you deleted and recreated the demo, make sure you update all of the keys and such in your App.config file. You also need to make sure you reset the .env file to its original state in order for the website credentials to get reset appropriately, and then make sure you start the instructions over from scratch (i.e. rebuild the website locally at the appropriate step)