Skip to content
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

Item could not be retrieved: Unauthorized #1

Open
ronaldexim opened this issue Sep 7, 2021 · 2 comments
Open

Item could not be retrieved: Unauthorized #1

ronaldexim opened this issue Sep 7, 2021 · 2 comments

Comments

@ronaldexim
Copy link

I couldn't add an application on Heroku after clicking Deploy to Heroku button.
The message as in the title appears in the top right corner.
Heroku loading page freezes.
I am logged in to the Heroku website.

@ronaldexim
Copy link
Author

I fork repository.
I create GitHub secrets with api_id, api_hash and token from @Botfather.
I add in app.json my secrets:

    "env": {
        "API_HASH": {
            "description": "Get one from https://my.telegram.org/apps",
            "value": "${{ secrets.API_HASH }}"
        },
        "API_ID": {
            "description": "Get one from https://my.telegram.org/apps",
            "value": "${{ secrets.API_ID }}"
        },
        "TOKEN": {
            "description": "From BotFather",
            "value": "${{ secrets.TOKEN }}"
        }
    }

Same result.

@gautamajay52
Copy link
Owner

gautamajay52 commented Sep 7, 2021

for me, deploy button is working properly.
I am not able to get your problem clearly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants