I can't signup for heroku account - heroku

Why am I getting this error? you can check the image link.
https://i.stack.imgur.com/L7qwQ.png

Related

Facing Registration and Login issue in my app backend in Laravel

I am using the laravel admin panel for my app https://play.google.com/store/apps/details?id=com.app.easynotes4u as the backend on my website www.books.easynotes4u.com.
Everything is fine except the registration and login forms on the Android App, which show the error "Try again later" when I try to login. When I try to register, the same error shows, but when I look at the admin panel, it shows that the user has registered successfully, but at the time of registration it was showing the error "Try again later." But the login form is not working. It is also showing the same error and users are unable to login. So, can anybody help me here with this issue?
Log File: https://prnt.sc/sJc79rNFIuXz
It looks like Passport is not/bad installed.
the error log tell you that "oauth_personal_access_clients" database table does'nt exist.
you can run to this to fix this problem
php artisan passport:install

IP Address Mismatch when trying to access Heroku CLI

It is my first app that I am deploying to heroku but I am stuck on this error and do not know how to go about it. I've tried heroku login-i , this doesn't work for me because I have MFA activated.
I see your command is correct, but your syntax is incorrect. heroku login -i is the proper syntax. Between the login and -i, there should be a space between them. I have attached a screenshot with that as well. If you still encounter issues, please let me know.
Try the following step to resolve the IP mismatch issue:
Navigate to https://dashboard.heroku.com/account/applications
Click on create authorization button in the Authorizations tab.
Add a description and leave expire as blank.
Copy the Authorization token.
Open terminal/heroku cli, run heroku login -i
Enter the mail id and provide authoriation token as password.

How to create an authorization token for remote login for heroku?

I am trying to access logs from an app. Apparently, the only way to do that is the herkoku client.
I am working remotely. When I do
heroku login -i
Error: Your account has MFA enabled; API requests using basic authentication with email and password are not supported. Please generate an authorization token for API access.
But there is no link provided where or how to get such a token.
And the documentation does not mention the creation of such a token. Only how to store it.
Any ideas?
While logged in to the Heroku web interface, go to "Account settings" (in the menu under your avatar in the top right) and scroll down to "API Key". Generate one if there isn't one already, or click "Reveal" to see the existing one.
Now, re-run heroku login -i, and enter your email as normal, but enter that API key instead of your account password.
The above method works. But: You have to type this password into the CLI. Cutting and pasting does not work.

Access to sendgrid.com was denied

When I tried to open sendgrid through heroku I get this error:
Access to sendgrid.com was deniedYou don't have authorization to view this page.
HTTP ERROR 403
Does anybody know how to solve this problem?
Thanks
Seems to be a recurring issue on SendGrid's side.
You can try to log in at https://app.sendgrid.com/login via the username and password set in the Heroku config. You probably get an authorizzation error saying to contact SendGrid support. Trying to re-create the addon from the CLI will show User status - banned.
You need to contact support. You can only do that with a registered account though. At this point you might decide to look for a better service. :(
See also this post: https://salesforce.stackexchange.com/q/298044/95552

Appcelerator Marketplace can't sign in / download modules

I am logged in to my dashboard with no problems.
Whenever I attempt to download a module or sign into the marketplace itself I get the following error:
That username/password combination is incorrect.
I have logged out and back in.... I have changed my password... I have requested a forgotten password 'reset'.
If I request a password reset while still logged in to my dashboard, all it does is take me to the dashboard proving I'm logged in just fine!

Resources