The problem comes when I try to read a file it says it isnt connected. The card is in the module, the card is FAT32. Does anyone know what another problem may be or how I can further debug this?
Which module are you using? You may have damaged the card by powering it with 5V from RAW, instead of 3.3V.
If your pro micro is the 5V version, and your module doesnt have in-built level shifters, you may have also accidentally sent 5V to several other pins.
I'm not particularly familiar with pro micro, but I don't believe the 5V model has any onboard source of 3.3V: you would need a separate voltage regulator.
Depending on the model of your Micro SD module, you may also need to translate the 5V outputs from the pro micro to 3.3V. This is easily done with some sort of (FET based) level shifting module, but resistor based "voltage dividers" will work in a pinch.
Your Micro SD card may now be damaged and you should replace it, or test it in another device to confirm that it still works.
On the other hand, a 3.3V Pro Micro should(?) connect straight up to a Micro SD module, but you must use the VCC pin (or other 3.3V source), not "RAW".
That module has an AMS 1117 voltage regulator and a 74LVC125A logic level converter. I'm pretty sure that voltage regulator is set up to set 5V down to 3.3V. I think anything greater than 5V might be bad. That's all I've ever test it with.
Then it is the correct module for your pro micro and shouldn't cause damage. Sorry, I automatically assumed the worst..
That is strange, because I would guess that VCC should also work (I dont think the current would be too much, but I haven't checked). If you are powering the pro micro with USB and not a battery or other source, soldering back to RAW should be okay (as er_name_not_found mentioned above). I hadn't full appreciated that you were soldering the connection either, sorry for the hassle.
I think it's time for us to see a picture of your wiring too, just to double check everything.
Just the more information you can give on the situation the better. Any sort of pictures, diagrams, your code, the complete serial output of the code, etc.
So that everyone can check to see if there's any hidden problem to fix.