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
Admin URL format seems to have changed such that verification requests are no longer working. The fault lies in the poor URL parsing in client/dist/js/verifiable.js and the model ID not being passed to the rest of the JS logic.
Solutions:
Remove all non-numeric values from urlArray and take the first nmeric value that comes after the selected ClassName.
The text was updated successfully, but these errors were encountered:
Admin URL format seems to have changed such that verification requests are no longer working. The fault lies in the poor URL parsing in
client/dist/js/verifiable.js
and the model ID not being passed to the rest of the JS logic.Solutions:
urlArray
and take the first nmeric value that comes after the selected ClassName.The text was updated successfully, but these errors were encountered: