-
Notifications
You must be signed in to change notification settings - Fork 43
Port Avaiability. elixir_auth_google.ex #147
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
base: main
Are you sure you want to change the base?
Conversation
In my project i used port 443, so each time i was a trying to access it via this port the connection was blocked. This solution mighty be simple but it works. need to do: add error handler case server is using lets say port 4000 or 4001.
port 443 support
Soo if the server starts using port 4001... its will only use the Scheme and Port cause most of the time the server its not being acessed with an port in the URL.
those 2 first commits are thrash. |
This PR is promising. 👍 |
it mighty work now.
tested in prod. its working.
last commit its working on my localnet and https website. |
The Build passes. ✅ https://github.com/dwyl/elixir-auth-google/actions/runs/16018724162/job/45196435416?pr=147#step:6:64 However the test coverage decreases by the 4.2% corresponding to the new lines added by the PR. 📉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
first time using this.
Hi @fabricedge 👋 |
Hi! I wanted to know what stopped the completition of the 100% test. Is it related to the "elixir_auth_google_test.exs" file? |
Case the user starts a project in port 4001 the "baseurl" it will be as https://example.com and not https:example.com:4001.