verbb / vizy

A flexible visual editor for Craft CMS
Other
44 stars 8 forks source link

404 - Not Found - Template not found: vizy #177

Closed strandofgenius closed 1 year ago

strandofgenius commented 1 year ago

Describe the bug

I was checking to see what kind of settings were available for Vizy and landed on a 404 error page. My guess is nothing needs to exist when you click "Vizy" under settings in the breadcrumbs of the Craft CP. Maybe just needs to redirect to the Vizy settings?

Screen Shot 2022-10-05 at 2 43 38 PM

Steps to reproduce

  1. Install Craft CMS 4
  2. Install Vizy
  3. Go to CP Settings > Vizy
  4. Click "Vizy" in the top breadcrumbs

Craft CMS version

4.2.5.2

Plugin version

2.0.7

Multi-site?

No response

Additional context

No response

engram-design commented 1 year ago

Fixed for the next release. To get the fix early, change your verbb/vizy requirement in composer.json to:

"require": {
  "verbb/vizy": "dev-craft-4 as 2.0.7",
  "...": "..."
}

Then run composer update.

engram-design commented 1 year ago

Fixed in 2.0.8