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
In the index.html file when displaying information about the github issue its reference as ${issue.githubIssue.url} when running this the following error occurs.
Exception evaluating SpringEL expression: "issue.githubIssue.url" (index:16)
The expression needs to be changed to ${issue.gitHubIssue.url} to display the data on the page.
The text was updated successfully, but these errors were encountered:
In the index.html file when displaying information about the github issue its reference as ${issue.githubIssue.url} when running this the following error occurs.
Exception evaluating SpringEL expression: "issue.githubIssue.url" (index:16)
The expression needs to be changed to ${issue.gitHubIssue.url} to display the data on the page.
The text was updated successfully, but these errors were encountered: