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
On a fresh local installation, the "Take the tour" button appears but is not clickable unless the brand is set to HEAL, so if the default brand (catalyst) is left on, you end up with a non-functional "Take the tour" button.
On a fresh local installation, the "Take the tour" button will start working, but won't go past the first step. This appears to be because on a fresh local install, clicking on the "Take the tour" button will take you to http://localhost:3000/, which is expected to be the search home page (i.e. showing the search bar without an active search), but on a local install this defaults to showing the support content instead.
This is to report two bugs:
brand
is set toHEAL
, so if the defaultbrand
(catalyst
) is left on, you end up with a non-functional "Take the tour" button.http://localhost:3000/
, which is expected to be the search home page (i.e. showing the search bar without an active search), but on a local install this defaults to showing the support content instead.Steps to reproduce:
[email protected]:helxplatform/helx-ui.git
cp .env.sample .env
set -a && source .env && bin/populate_env public/env.json
npm install
npm start
public/env.json
to set"brand": "heal"
npm start
http://localhost:3000/
and displays the content of the HEAL Support page (see screenshot 1).Screenshot 1
Screenshot 2
The text was updated successfully, but these errors were encountered: