#Uncaught (in promise) TypeError: Failed to fetch dynamically imported module
11 messages · Page 1 of 1 (latest)
it says:
If you are using a framework, refer to their documentation first as it may have a built-in solution for this problem.
related:
https://discord.com/channels/719702312431386674/1193996845144359114
#router message
#router message
#💬-general message
how do you start srvx ?
pnpx srvx --prod -s ../client dist/server/server.js
ah. it works locally and remotely. it does not work remotely after a new deployment on the server. i think it's the stale asset versions issue.
as pointed out in several links i attached above
yes thats why Netlify, vercel etc have skew protection
do you have any idea on how to do the skew protection on self hosted docker?