When I tried to start my rails app on Render after building, I encountered the below error:
Could not find nokogiri-1.14.3-x86_64-linux in locally installed gems (Bundler::GemNotFound)
However in the building process, I also got the below message, which means that nokogiri was isntalled successfully:
Successfully installed nokogiri-1.14.3-x86_64-linux
Can anyone suggest possible reasons for the error and how to fix it?