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
Noticed that the flex search functionality wasn't working after an automatic scheduled Netlify deploy. Confirmed that this was also the case with a new clean doks-install.
Steps to reproduce
clone Doks and run npm install
The problem shows with npm run dev and in the build versions
However, my local version still does some caching so the problem doesn't show here. Only on deployment or a new clone
Expected result
Search bar should load on click. (will add the console error tomorrow. Currently fixed the problem in my deployment by going back to 0.7.31
Actual result
no search bar shows up.
Additional
I have some dynamic content on a new website (very simple stuff that checks for a date and removes events if the date has passed). Therefore the website redeploys every week on Netlify. However, I'm struggling with all these dependencies. I ran my personal Hugo portfolio for years on Hugo now, but that is a very simple website that gets updated very infrequently. I'm now really debating if a complex Hugo website with all these dependencies is able to keep this new website low maintenance ( I don't want to fix problems after each weekly redeploy since it's a website for an organisation where the people maintaining it don't necessarily are coders). Any tips for this? I'm open for suggestions :)
The text was updated successfully, but these errors were encountered:
Description
Noticed that the flex search functionality wasn't working after an automatic scheduled Netlify deploy. Confirmed that this was also the case with a new clean doks-install.
Steps to reproduce
Expected result
Search bar should load on click. (will add the console error tomorrow. Currently fixed the problem in my deployment by going back to 0.7.31
Actual result
no search bar shows up.
Additional
I have some dynamic content on a new website (very simple stuff that checks for a date and removes events if the date has passed). Therefore the website redeploys every week on Netlify. However, I'm struggling with all these dependencies. I ran my personal Hugo portfolio for years on Hugo now, but that is a very simple website that gets updated very infrequently. I'm now really debating if a complex Hugo website with all these dependencies is able to keep this new website low maintenance ( I don't want to fix problems after each weekly redeploy since it's a website for an organisation where the people maintaining it don't necessarily are coders). Any tips for this? I'm open for suggestions :)
The text was updated successfully, but these errors were encountered: