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
Currently, the path for the app in react-router-dom is configured to / so any custom configuration (e.g., caddy, nginx, etc) that tries to deploy the app on a path other than / results in a 404 error (like below in dev mode).
To address this we want to make this path configurable via the env var NB_QUERY_PATH.
The text was updated successfully, but these errors were encountered:
Currently, the path for the app in
react-router-dom
is configured to/
so any custom configuration (e.g., caddy, nginx, etc) that tries to deploy the app on a path other than/
results in a 404 error (like below in dev mode).To address this we want to make this path configurable via the env var
NB_QUERY_PATH
.The text was updated successfully, but these errors were encountered: