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
1- On localhost:3001 or localhost:3002
I get the the error 'Invalid parameter: redirect_uri' and on inspecting the page I got this error
[Error] TypeError: null is not an object (evaluating 'document.getElementById('providers').firstChild') (anonymous function) (Main.js:273)
2- On localhost:3000
I get redirected to this URL, and I am not sure if that's the intended use case or not.
However, I found some worthy notes that I can contribute with in the previously mentioned URL on the UI/UX side, and I would like to know if I can arrange a short meetings with one of the maintainers.
The text was updated successfully, but these errors were encountered:
But sure, it's possible to arrange a short meeting. If you want you can send me a (Teams) call for tomorrow afternoon.
Maybe we can also discuss eclipse-tractusx/portal#9.
As explained in todays call, I'll close the issue.
The 'Invalid parameter: redirect_uri' is expected when accessing localhost:3001 or localhost:3002 directly as the access is supposed to happen via the reverse proxy server at port 3000.
Hello,
I have followed the steps in the "Run frontend on localhost.md".
1- On localhost:3001 or localhost:3002
I get the the error 'Invalid parameter: redirect_uri' and on inspecting the page I got this error
2- On localhost:3000
I get redirected to this URL, and I am not sure if that's the intended use case or not.
However, I found some worthy notes that I can contribute with in the previously mentioned URL on the UI/UX side, and I would like to know if I can arrange a short meetings with one of the maintainers.
The text was updated successfully, but these errors were encountered: