-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typescript-react-relay tutorial #369
Comments
@praveenweb I'm trying to run the container in Dev Mode, but I got the following error: AlgoliaSearchError: Please provide an application ID. Usage: algoliasearch(applicationID, apiKey, opts)
120 | const ref = createRef()
121 | const [query, setQuery] = useState(``)
122 | const [focus, setFocus] = useState(false)
> 123 | const searchClient = algoliasearch(
124 | config.header.search.algoliaAppId,
125 | config.header.search.algoliaSearchKey
126 | ) Should I add the following line to the localdev docker? I think it's not the right solution... also it will be missing the
|
@PedroBern - You can disable algoliasearch to skip this. This should be available in config.js file. Just toggle the value of search to |
@praveenweb I have already tryed it this morning, didn't work :( Edit: you mean the whole search, ok I will try next time, I have toggled just the enabled flag. |
@praveenweb thanks for the support! what would be the best way to help? You said that Relay you want to add in a separate tutorial ... Would be helpful creating the |
I'm planning to add a typescript-react-relay tutorial, opening this issue to discuss related topics.
The text was updated successfully, but these errors were encountered: