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
The output folder for my statiq site is in a folder that is served as a subfolder of another asp.net mvc site. That project has code that requires user to be logged in to access the statiq site. When using the Docable theme, clicking any link within the site throws me out to the login page. After some digging around and debugging I found that the issues are with "requests made from quicklink" (?), as they seem to not include the session information my login check requires.
Commenting out the quicklink parts in the _Layout file solved my issue.
The text was updated successfully, but these errors were encountered:
The output folder for my statiq site is in a folder that is served as a subfolder of another asp.net mvc site. That project has code that requires user to be logged in to access the statiq site. When using the Docable theme, clicking any link within the site throws me out to the login page. After some digging around and debugging I found that the issues are with "requests made from quicklink" (?), as they seem to not include the session information my login check requires.
Commenting out the quicklink parts in the _Layout file solved my issue.
The text was updated successfully, but these errors were encountered: