Jules Terrien
Jules Terrien
related to https://github.com/eclipsesource/jsonforms/issues/1840
Still getting this error Using this config ```resolve: { alias: [ { find: 'path', replacement: 'path-browserify' }, // this!! ], },```
@eunhye1kim i didn't see if you posted a PR with your proposed fix into the langchain repo so went ahead and opened this one so the fix can be merged....
@eunhye1kim 👍 yep updating the prompt to say "must" instead of "should" as you suggested also solved it for me maintainers: what alternative fix do you suggest if not this...
just pinging you based on the PR instructions as this has been up for a few days keen to get your 2cts on this approach or whether there's a better...
+1 - any update on a fix? I have auth0 / google setup and clicking 'logout' in the user menu redirects the user back to the "sign in with auth0"...
We're using the chainlit python lib to generate the frontend so we can't natively access javascript (and localStorage) without adding a [custom script](https://docs.chainlit.io/customisation/custom-js) to get|remove the token. This is a...