I have an app that works well in local dev docker, I just deployed it to a Digital Ocean Droplet and the login page loads correctly, but when I try to login, I get the attached errors.
I’ve tried updating and redeploying but no luck. I tried to navigate to /var/www/ through the digital ocean console to verify the files were there, but I’m clearly not looking in the correct spot cause there is nothing in the var folder I can find so it must be a different one.
Wappler deployments to DO do not upload your actual files like assets etc, you need to manually push them by going to the file section and hitting upload while in your production target (bottom left)
DB changes work the same way, make sure you change target to production and then apply your latest changes.