-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Operating System: Windows11
JDK Version: 11.0.17
Node.js Version: v18.5
Issue
I am experiencing an error similar to the issues raised here.
These are the steps i have taken in sequence:
./gradlew generateTypesnpm run start- docker-compose up -d
- ./gradlew serverRun
Other attempts:
On top of this,
I have tried to build the frontend with npm run build as mentioned here but i am still getting 404 error on the backend when i try to log in.
Following the guide,
Go to any administrator page, e.g /web/admin/home. You may be prompted to log in. You will be granted access only if your account has admin permission as defined in build.properties.
and when I navigate to /web/admin/home as mentioned in the guide, i was given the following error:

In the console,
This is my build-dev.properties file,
app.enable.devserver.login = true
# When in dev environment, this URL will be whitelisted for CORS and origin checks.
app.frontend.url = http\://localhost:4200
# This is the port to connect with local Datastore emulator.
app.localdatastore.port = 8484
app.taskqueue.active = true
Appreciate any help i can get on this!
Metadata
Metadata
Assignees
Labels
No labels


