How to solve CSRF token issue in dockerfile or docker
What is the exact error message ?
but the application are properly deploy
ok
but the issue is csrf token the problem is **not the CAPTCHA image generation.
what's the relationship between the CSRF token and a CAPTCHA ?
it’s likely being blocked due to missing CSRF tokens or session issues, which CAPTCHA generation **relies on.
Difficult to understand what you mean.
You are talking about docker, token, CAPTCHA, ...
If you are using tokens, this means that you have a back with for example Laravel and a front with for example VueJS ?
You should first explain which technologies you are using and then explain clearly what error you get in which usage context with a precise example when the problem occurs.