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
I started to get this error message in my project, it works well for a while.
fatal: /home/myuser/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json: '/home/myuser/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json' is outside repository at '/home/myuser/bridgetown/site'
fatal: /home/myuser/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json: '/home/myuser/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json' is outside repository at '/home/myuser/bridgetown/site'
It happens when I have this in my config: prefix_default_locale: true
The text was updated successfully, but these errors were encountered:
matiasmasca
changed the title
bridgetown_quick_search/index.json' is outside repositor
bridgetown_quick_search/index.json is outside repositor
Jan 6, 2024
Generating the site creates a copy in output, but other than that there is no local copy, it isn't in my vendor/cache, so it must be copied to output from the main gem installation.
I also tried manually copying the file into vendor/cache.
I started to get this error message in my project, it works well for a while.
fatal: /home/myuser/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json: '/home/myuser/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json' is outside repository at '/home/myuser/bridgetown/site'
fatal: /home/myuser/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json: '/home/myuser/.rbenv/versions/3.3.0/lib/ruby/gems/3.3.0/gems/bridgetown-quick-search-2.0.0/content/bridgetown_quick_search/index.json' is outside repository at '/home/myuser/bridgetown/site'
Linux/Ubuntu with rbenv
"bridgetown", "
> 1.3.0"> 2.0","bridgetown-quick-search", "
with
import "bridgetown-quick-search/dist"
It happens when I have this in my config: prefix_default_locale: true
The text was updated successfully, but these errors were encountered: