Issues with dnd in production #887
Daddyjohn63
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I added a Trello like project board to my Next JS 14 app. It works perfectly in dev mode and after I create a build on my local computer. But when I loaded the app to my VPS, I started to get issues. I have no console errors in the server, db or browser and no network errors.
As an example, I have lists that have cards in them. The user can dnd lists or cards within or between lists. If I try an drag a list, the card can be seen to come away from the list and move over to the right of the screen. I have done a code compare on the css and they seem to be identical between local and the vps install.
Beta Was this translation helpful? Give feedback.
All reactions