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
Possible problem with the current vanilla repo? I have downloaded the repo and tried to run it through my terminal mvn spring-boot:run -Dserver.port=9000 but I got SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse error.
I initially thought it was my angular that was running an old version so I upgraded to the following, but still having the same issue...
With futher research I found that "Unexpected token < in JSON" is indicating that the return object is html and not JSON. Is anyone having the same problem?
The text was updated successfully, but these errors were encountered:
Possible problem with the current vanilla repo? I have downloaded the repo and tried to run it through my terminal
mvn spring-boot:run -Dserver.port=9000
but I gotSyntaxError: Unexpected token < in JSON at position 0 at JSON.parse
error.I initially thought it was my angular that was running an old version so I upgraded to the following, but still having the same issue...
With futher research I found that "Unexpected token < in JSON" is indicating that the return object is html and not JSON. Is anyone having the same problem?
The text was updated successfully, but these errors were encountered: