Skip to content

Unable to log into application #12469

@Zxun2

Description

@Zxun2

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:

  1. ./gradlew generateTypes
  2. npm run start
  3. docker-compose up -d
  4. ./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.

image

image

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:
image

In the console,

image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions