Vue Router warning for valid server route
I've a server route configured at
To be clear, the called URL is a working URL and returns the image correctly in the frontend.
Is this to be expected? Is there a way to disable the warning for this specific route?
/server/routes/images/[...path].get.ts but when called in the frontend, I get these warnings in the terminal:WARN [Vue Router warn]: No match found for location with path "/images/properties/photos/01JR5W6KCRXZ21CYE4HGTKEEV0"
To be clear, the called URL is a working URL and returns the image correctly in the frontend.
Is this to be expected? Is there a way to disable the warning for this specific route?
