You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello I work with simplecaptcha, on mamachine locally everything works well but I deployed on a tomcat server and the image no longer displays correctly.
there is no error message that could help me better understand the cause <div class="form-group col-sm-8"> <img src="${createLink(controller: 'captcha', action: 'captcha')}"/> </div> <div class="form-group col-sm-12"> <label for="captcha"><g:message code="captcha.message" /></label> </div> <div class="form-group col-sm-2"> <g:textField name="captcha" id="captchaVal" class="form-control" onblur="verifyCaptcha();"/> </div>
The text was updated successfully, but these errors were encountered:
hello I work with simplecaptcha, on mamachine locally everything works well but I deployed on a tomcat server and the image no longer displays correctly.
there is no error message that could help me better understand the cause
<div class="form-group col-sm-8"> <img src="${createLink(controller: 'captcha', action: 'captcha')}"/> </div> <div class="form-group col-sm-12"> <label for="captcha"><g:message code="captcha.message" /></label> </div> <div class="form-group col-sm-2"> <g:textField name="captcha" id="captchaVal" class="form-control" onblur="verifyCaptcha();"/> </div>
The text was updated successfully, but these errors were encountered: