Otman Bouchari

Results 13 comments of Otman Bouchari

I couldn't produce the same issue. It was fixed in some later version?

Can you provide the code that produced the issue?

> Hello guys, I open a PR #46 with what I think is the fix for the problem. > I would be very happy if it is approved, because today...

I can confirm that it doesn't work. ![CleanShot 2021-11-01 at 01 55 34](https://user-images.githubusercontent.com/4773811/139607875-ec19b15d-12ae-49bb-b66c-b76ce249658c.png)

Try removing the forward-slash from the "auth" path, change this from "/auth" to "auth": ``` ```

You have to install pkg-config first, `brew install pkg-config` then `npm i zmq` I hope this will help :)

I have a custom button using components, when calling submit() the form doesn't seem to show any validation errors! Am I missing something? Also, adding `{showPayButton: true}` to config doesn't...

Or to be more specific: ``` .fslightbox-toolbar-button[title='Enter fullscreen'] { display: none !important; } ```

We're using version `4.6.1` still unable to logout in **Next.js** with **CloudFront**, I see that `auth/logout` response headers include **set-cookie** to clear session but somehow that doesn't take effect. I...

I'm still having same issue using v4 of Auth0 SDK, logging out doesn't seem to clear session cookies.