Guilherme Domingos
Joined
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?
Worked it, thanks Gustavo
Hey Chris,
unfortunately since November 2022 heroku there is no free plan.
I will evaluate to do in AWS.
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)