↧
Setting up SSL for localhost (MacOS / rails / react / vite)
I'm trying to configure an app on my local development environment to use SSL. I started down this path when I noticed a CORS error upon trying to request data from the back end Rails API. When I try...
View ArticleUglifier error when trying to deploy Rails5 app to heroku
Running RAILS_ENV=production bin/rails assets:precompileRAILS_ENV=production bin/rails assets:precompile begins the precompile process, but it immediately errors out with the following message (For...
View Article