TheSpaghettiDetective / obico-server

Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.
https://obico.io
GNU Affero General Public License v3.0
1.44k stars 292 forks source link

[BUG] Printer wizard path is not refereshable #641

Closed kennethjiang closed 2 years ago

kennethjiang commented 2 years ago

Somehow the vue-router we set up for the printer wizard flow is not refreshable.

Steps to reproduce the behavior:

  1. Select "Add Printer" to enter the wizard
  2. Select "OctoPrint" on the first screen.
  3. The browser address bar changes to /printers/wizard/setup/
  4. BUG: Refresh the page. It shows 404. Expected behavior: wizard page loaded correct. May send the user back to the first page if the platform selection is lost.
kennethjiang commented 2 years ago

Fixed in https://github.com/TheSpaghettiDetective/obico-server/pull/642