You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround is to add the following route directly to your rails project:
get '.well-known/acme-challenge/:challenge' => 'acme_plugin/application#index'
For some reason any route that start with a period doesn't get picked up correctly when defined in a rails engine at the moment but they still work fine when added directly to your project routes.rb file.
Please use markdown formatting for code, configuration or console output.
1. Expected behavior
2. Actual behavior
3. Steps to reproduce issue
install gem rails 5.2.3
4. Your configuration (ruby, rails version, your Gemifile and Gemfile.lock files etc.)
rails 5.2.3, ruby 2.6.1
downgrading to rails 5.2.0 solves problem
The text was updated successfully, but these errors were encountered: