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
Describe the bug
I have a nextra deployment which maybe uses an unconventional setup. I have the docs site hosted at /docs and then a landing page at the root / (and some other non docs pages like /pricing). So I have two route groups (landing) and (docs) which have two root layouts - one for Nextra and the other for my other pages. I'm not sure if this setup is impacting the following error, which I'm seeing consistently when I try to search in my docs:
To Reproduce Steps to reproduce the behavior:
This is actually a live error right now on a deployed website: https://www.hybound.com/docs - you can visit that site and try to search.
Expected behavior A clear and concise description of what you expected to
happen.
Search should work without the error 😃
Screenshots If applicable, add screenshots to help explain your problem.
(Please above)
Desktop (please complete the following information):
OS: macOS
Browser Chrome
Version 133.0.6943.127 (Official Build) (x86_64)
Smartphone (please complete the following information):
N/A
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'm not sure if I understood it correctly, but it seems like there are two separate Next.js applications, with the docs site deployed under the /docs subpath. Perhaps adding basePath: '/docs' to the next.config.js file in the docs site application could help resolve this?
Describe the bug
I have a nextra deployment which maybe uses an unconventional setup. I have the docs site hosted at
/docs
and then a landing page at the root/
(and some other non docs pages like/pricing
). So I have two route groups(landing)
and(docs)
which have two root layouts - one for Nextra and the other for my other pages. I'm not sure if this setup is impacting the following error, which I'm seeing consistently when I try to search in my docs:To Reproduce Steps to reproduce the behavior:
This is actually a live error right now on a deployed website: https://www.hybound.com/docs - you can visit that site and try to search.
Expected behavior A clear and concise description of what you expected to
happen.
Search should work without the error 😃
Screenshots If applicable, add screenshots to help explain your problem.
(Please above)
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: