Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant see notes #9

Closed
samuk10 opened this issue Nov 5, 2022 · 0 comments
Closed

cant see notes #9

samuk10 opened this issue Nov 5, 2022 · 0 comments

Comments

@samuk10
Copy link

samuk10 commented Nov 5, 2022

I followed the tutorial and reviewed it: https://testdriven.io/blog/developing-a-single-page-app-with-fastapi-and-vuejs/
found some typo in the router in index.js. its missing in the guide.

  {
    path: '/editnote/:id',
    name: 'EditNote',
    component: EditNote,
    meta: {requiresAuth: true},
    props: true,
  }

but it still doesnt fix for me, still cant see notes.
but if I clone the repo and start it, I can see the notes.

one thing to make git clone work is editing the services/frontend/Dockerfile:
FROM node:16-alpine
maybe it help someone

@mjhea0 mjhea0 closed this as completed Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants