400 bad request when landing on authentication page

Hello there,

I get 400 bad request when clicking on the login button of my application which then does not redirect me to the auth0 page. I have attached screen-shots of my settings in auth0 and of my code and of the dev tools
Schermata 2020-06-30 alle 11.51.53|690x388

!

Schermata 2020-06-30 alle 11.51.53|690x388

!

Hi @nicspanu,

What do the tenant logs show?

John

Hi, thanks for your reply, I solved the problem by simply adding “.eu” to my Auth0 ID in the configuration file of the front-end of my app (to be precise in the enviroment.ts file of the frontend, please see screen-shots attached in my previous post). The Auth0 server has then reacted correctly to the request from my client by answering it with a 400 bad request error.

1 Like

Perfect! Glad you have figured it out and thanks for sharing with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.