tbv
tbv
+1 accept: { 'video/* ': ['.hevc', '.mp4', '.mov', '.m4v', '.avi'], 'image/* ': ['.jpeg', '.png', '.heif'], }, for me it doesn't accept image if it's video first. Doesn't accept video if...
I think there needs to better error handling saying exactly that^
similar to #41929
I have the same issue for the past week... issue got automatically closed my maintainer... which is very sad. Some of the module errors involve .cjs as well as other...
also mentioned here: https://github.com/vercel/next.js/issues/36320 I am not using babel, I get same errors with SWC..
also relating to the docs: https://nextjs.org/docs/messages/module-not-found I am not using any of the getstatic methods . This doesnt correlate to any modules that I am importing in my app or...
@The-Code-Monkey What I think fixed it for me... was creating a new repo and moving all my contents from my old repo and doing a clean module install. I believe...
> username resolved to 3 elements I also got this issue and the problem is noted there-- when looking for the username, it found 3 elements. When you resolve username,...
the main issue is reddit shows 2 different login pages on different occasions with different values-- one where it's light and the form is on the left and one where...
i think quick way is for each input, username & password, is to check if the id #login-username / #login-password exists and if it does, run my posted logic. else,...