I have an issue where the delete user secondary window (the one that actually deletes the user, does not show on staging/prod (docker setup), but works fine locally - no docker setup)
We have a custom plugin that runs all the logic, making discourse just a tool for storing data and handling basic authorization and authentication. We run a mobile-first API that also handles the payment validation and social logins with mobile apps (custom flows) among other advanced features
My issue is not really with the discourse setup as a whole, or with the version, as it was running well for 3 years and it will still run for a few years because it has no strict dependencies on anything, and we have it hosted on a dedicated server.
I really need someone to tell me how to go about finding out why when pressing the action, there is nothing happening… As I see it, it’s all javascript
Is there any risk the base image got updated though? Discourse_docker went up to ruby 3.1 in Jan and we’ve seen a number of older environments behave unpredictably with the change.
So I created the last docker image around 5-6 months ago… And I still think it was pointing to the version of docker that was up when my discourse version was new as we saved everything ahead of time. - Yup 24 Jun 2020
FYI: removed docker_manager as well. Nothing changed
For now, I decided to just create a deletion flow in our admin dashboard, I’m not really sure what happens in the UI, but the DELETE endpoint works properly and does not fail for simple users (not admin, not moderators).
If anyone can help with this, it would be nice to have