adobe / helix-sidekick

Browser-based helper for authors on Helix projects
Apache License 2.0
4 stars 10 forks source link

clicking `[Preview]` on `/.helix/config.xlsx` produces 404 #233

Closed tripodsan closed 2 years ago

tripodsan commented 2 years ago

the problem arises because /.helix/config.json is blocked by fastly and always returns a 404. when clicking [prevew] on the config.xlsx sheet, correctly posts the preview request to the admin, but then navigates to the preview page, showing a 404.

suggested outcome

the sidekick should handle this case specially and show a dialog box instead of navigating to the page. eg:

+--------------------------------------------+
| .helix/config.json successfully activated. |
+--------------------------------------------+
trieloff commented 2 years ago

:tada: This issue has been resolved in version 3.36.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: