Deleted server actions are used instead of current server action

All my server actions are refusing to work, i checked chrome dev tools to look for errors… I see that previously deleted server actions are being used instead of current one… I see error 404 , sometimes error 500 (does not exist) …ive saved and reloaded my server actions, it didn’t work…

I created a new a project, still didn’t work, im seeing a different server action is being apart from the one i created

404 is not found, 500 is server error; basically an error in your server action

Try re-publishing you site to your production server as files are NOT now uploaded to production automatically, they have to be pushed manually

Ok. I will try that… Im have same issue issue with my local docker development machine

Thanks @Hyperbytes it worked, i realized that after creating my server actions, i need to redeploy it, before using it in server connect and after using it in server connect, i need to redeploy it again before i can see desired results