-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't seem to allow login (either local or via google) #6
Comments
Hi, More details in Troubleshooting section: |
appreciate the quick response thx. your troubleshooting section for this error is recommending what has already been done (starting server before client, which was mentioned in original issue above). you're also mentioning steps in the 'your connection is not private' error, which is not an error being encountered here. however, for benefit of the doubt i tried to attempt these fixes going to https://localhost:5001/swagger/index.html however there is no advanced setting button here (to me this sounds like the 'advanced settings' option when chrome complains about a certificate and allows you to proceed... but we're not seeing such an error here as i have mentioned). here's what the swagger ui looks like at the above url: this issue is important because here we're simply trying to run your repo as is, from the instructions w/no modifications. |
OK. I don't know how Chrome shares self-signed server certificate for other clients usage. On Firefox, when you accept the danger to register a self-signed certificate, the certificate is really registered. I'm going to look into how to make Chrome working as soon as possible (but I'm not a Chrome's fan). |
the screenshots have images of what the chrome icon looks like. if you want us to test something else that's ok really appreciate your efforts and diligence |
Here are two solutions that work for me (taken from the stackoverflow link above). In a terminal:
|
Can you please share the messages logged in Firefox console (press F12 and open "console" and "network" tabs to grab infos) for both uris:
(And don't forget to have a browse at the Troubleshooting section in README.md: I mainly dealt with Firefox issues). |
there doesn't appear to be a server at port 3000. again recall this is the your code from this build in github. nothing has been modified. dotnet command shows it's running at 5000/5001. npm shows running at 5173. so your first request doesn't make sense (nothing running, console is empty) your 2nd request reports "healthy" and console shows a 404 for favicon:
going to close this issue as we just built this from scratch and it worked using out of box stuff. good luck w/your project. |
after cloning and running server and client as specified (dotnet run in server; npm install && npm run dev in client), receive a login screen as expected but it hangs (google) or errors (local bob/bob, alice/alice accounts) upon login:
here are errors in console from both attempts:
here's how it appears (google auth):
here's error when logging in via bob/bob or alice/alice locally:
The text was updated successfully, but these errors were encountered: