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
Hello! Thank you for your awesome work! We are currently experiencing the following issue with our setup. Whenever we try and load the page we get the following error message in the server console:
Error
[Vue Router warn]: No match found for location with path "/api/bundle.js.map"
On the client we get the following other error:
Uncaught TypeError: n is undefined
TT http://localhost:3000/api/docs:1178
ys http://localhost:3000/api/docs:1081
yu http://localhost:3000/api/docs:1081
fc http://localhost:3000/api/docs:1081
cc http://localhost:3000/api/docs:1081
uc http://localhost:3000/api/docs:1081
Xu http://localhost:3000/api/docs:1081
Yu http://localhost:3000/api/docs:1081
x http://localhost:3000/api/docs:1071
O http://localhost:3000/api/docs:1071
EventHandlerNonNull* http://localhost:3000/api/docs:1071
<anonymous> http://localhost:3000/api/docs:1071
<anonymous> http://localhost:3000/api/docs:1061
<anonymous> http://localhost:3000/api/docs:1061
docs:1178:25369
Same problem. It seems like in the build the route.js file contains the absolute path to the bundle.js file.
A quick workaround fix is to override the path generated in the (in my case in Next.js) .next\server\app\api\trpc\panel\route.js to the correct one.
Unfortunately it has to be done for every build, so it is a major issue.
Hello! Thank you for your awesome work! We are currently experiencing the following issue with our setup. Whenever we try and load the page we get the following error message in the server console:
Error
On the client we get the following other error:
Environment
We have the following systems installed:
As you can see above we are using Nuxt3! We have the
trpc-panel
integrated in the following way:The
router
we import is the router taken from:The text was updated successfully, but these errors were encountered: