Closed hungnv-sr closed 1 month ago
Same issue here.
Edit: Fixed by downgrading the rack version to 2.2.6.4
Yes, the same issue, and also solved it by downgrading the rack gem. Thank you @andreimerfu for sharing the workaround.
These gem versions worked for me:
gem "rack", "2.2.8.1"
gem "rack-session", "1.0.1"
I am using rack (3.0.11) in a new rails project I deployed using lamby. Its probably best to create a new rails project then copy over files from the cookie cutter project you want.
Fixed in Lamby v6
I followed this guide throughoutly, I even switched between arm amd architecture. https://lamby.cloud/docs/quick-start.
However, I got this error when accessing function URL:
Surprisingly, if I invoke the function manually, it only returned 404. The error only occurs when I used Function URL or API Gateway request.