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
When I navigate to /foo and refresh the page everything works as expected. But if I were to go to /bar, I see the bar page, and if I refresh I get an error.
My netlify function logs show
Nov 16, 12:46:37 AM: afe3e8a2 ERROR [nuxt] [request error] [unhandled] [500] Cannot find module '@vue/devtools-api'
Require stack:
- /var/task/server.mjsNov 16, 12:46:37 AM: afe3e8a2 ERROR [nuxt] [request error] [unhandled] [500] _createApp is not a function
Another interesting thing is my functions show
function: server handler System
endpoint: https://site.com/*
Usually it's shown as
function: server System
endpoint: https://site.com/.netlify/functions/server
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a site deployed on Netlify and I am using the
npm run build
command.My
nuxt.config.ts
file has some prerendered routes and some ssr routes are not listed.When I navigate to
/foo
and refresh the page everything works as expected. But if I were to go to/bar
, I see the bar page, and if I refresh I get an error.My netlify function logs show
Another interesting thing is my functions show
function:
server handler System
endpoint:
https://site.com/*
Usually it's shown as
function:
server System
endpoint:
https://site.com/.netlify/functions/server
Beta Was this translation helpful? Give feedback.
All reactions