Guilherme Domingos

Joined

6,160 Experience
61 Lessons Completed
0 Questions Solved

Activity

If you are receiving this error: "Token is invalid and failed to refresh."
Do this on your terminal:
aws configure --profile YOUR-PROFILE-NAME
AWS Access Key ID [None]: YOUR-ACCESS-KEY-ID
AWS Secret Access Key [None]: YOUR-SECRET-ACCESS-KEY
Default region name [None]: YOUR-REGION
Default output format [None]: json

to list:
aws configure list

Posted in Adding TailwindCSS to Rails Discussion

it was missing: config.assets.debug = true
in development.rb file

Posted in Adding TailwindCSS to Rails Discussion

'Prose' command is not working for me. Does anyone have any idea?

Posted in Rails for Beginners Part 33: Twitter API Discussion

Worked it, thanks Gustavo

Hey Chris,

unfortunately since November 2022 heroku there is no free plan.

I will evaluate to do in AWS.

Posted in Rails for Beginners Part 33: Twitter API Discussion

Hey Chris,

I guess we need to update to Gem x, from the same developer.

I'm getting this error: `fail_or_return_response_body': You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may need a different access level. You can learn more here: (Twitter::Error::Forbidden)

It sounds the the twitter deprecated the V1.1 (that Gem Twitter is calling)