V4.5.1 and V4.5.0, breaks my frontend and backend code.
Last working version 4.4.0
No code has been changed only update appbase-js version or did a npm update on latest version of @appbaseio/reactivesearch
Error: Authentication information is not present. Did you add credentials?
const appbaseDB = Appbase({
url: <APPBASE_URL>,
app: <APPBASE_APP>,
credentials: <APPBASE_KEY>
})
Same on frontend:
<ReactiveBase
app="APPBASE_APP"
credentials="APPBASE_KEY">