We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I encounted a weird issue running this example.
To reproduce it:
cd micronaut-spa-react/complete/
./gradlew assembleServerAndClient
java -jar server/build/libs/server-0.1-all.jar
Now, accessing http://localhost:8080 returns {"message":"Page Not Found","_links":{"self":{"href":"/","templated":false}}}.
{"message":"Page Not Found","_links":{"self":{"href":"/","templated":false}}}
The issue dissapears by running steps 3 and 4 again. Also, it doesn't occur if yarn build was run before running step 3.
yarn build
I reproduced this on two laptops on MacOS 10.15.6 and 10.14.6.
Any ideas on the possible reason for this?
Thanks for the great example anyway!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encounted a weird issue running this example.
To reproduce it:
cd micronaut-spa-react/complete/
./gradlew assembleServerAndClient
java -jar server/build/libs/server-0.1-all.jar
Now, accessing http://localhost:8080 returns
{"message":"Page Not Found","_links":{"self":{"href":"/","templated":false}}}
.The issue dissapears by running steps 3 and 4 again. Also, it doesn't occur if
yarn build
was run before running step 3.I reproduced this on two laptops on MacOS 10.15.6 and 10.14.6.
Any ideas on the possible reason for this?
Thanks for the great example anyway!
The text was updated successfully, but these errors were encountered: