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
After updating to the latest release (1.2.3), clicking the check license button does not return anything.
In looking in the browser debug console message, it looks like it can't find the file https://tools.spdx.org/static/js/utils.js.
Perhaps the get static didn't execute successfully or it is in the wrong place.
Below is the console output:
submit_new_license/:422
GET https://tools.spdx.org/static/js/utils.js net::ERR_ABORTED 404 (Not Found)
submit_new_license/:896 Uncaught ReferenceError: findLicenseMatch is not defined
at HTMLButtonElement.<anonymous> (submit_new_license/:896:5)
The text was updated successfully, but these errors were encountered:
After updating to the latest release (1.2.3), clicking the check license button does not return anything.
In looking in the browser debug console message, it looks like it can't find the file
https://tools.spdx.org/static/js/utils.js
.Perhaps the get static didn't execute successfully or it is in the wrong place.
Below is the console output:
The text was updated successfully, but these errors were encountered: