Getting 404 Error. Can someone help please

I am getting 404 page not found error. On a blank wordpress installation. I am a newbie trying to learn. Please help what I am doing wrong.

Below is the error on terminal:

webpack built client 65b47e4a474c5fd8814d in 4745ms
i 「wdm」: Child client:
               Asset      Size  Chunks             Chunk Names
      list.module.js  46.3 KiB    list  [emitted]  list
    my-app.module.js  4.91 MiB  my-app  [emitted]  my-app
     + 1 hidden asset
Child server:
        Asset     Size  Chunks             Chunk Names
    server.js  7.4 MiB    main  [emitted]  main
i 「wdm」: Compiled successfully.
ServerError: Not Found
    at eval (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/api.ts:31:184)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Object.eval (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/handlers/postTypeArchive.ts:7:16)
    at eval (webpack-internal:///./node_modules/@frontity/wp-source/src/actions.ts:25:1) {
  status: 404,
  statusText: 'Not Found'
}
ServerError: Not Found
    at eval (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/api.ts:31:184)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
    at Object.eval (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/handlers/postTypeArchive.ts:7:16)
    at eval (webpack-internal:///./node_modules/@frontity/wp-source/src/actions.ts:25:1) {
  status: 404,
  statusText: 'Not Found'
}


Below is the error in browser console: 

The connection to http://localhost:3000/__webpack_hmr was interrupted while the page was loading.

Elements matching selector: .css-4m96s0-Container

NodeList(1)

​

0: <div class="css-4m96s0-Container e1afngyw0">

​

length: 1

​

<prototype>: NodeListPrototype

​​

constructor: function ()

​​

entries: function entries()

​​

forEach: function forEach()

​​

item: function item()

​​

keys: function keys()

​​

length:

​​

values: function values()

​​

Symbol(Symbol.iterator): function values()

​​

Symbol(Symbol.toStringTag): "NodeList"

​​

<get length()>: function length()

​​

<prototype>: Object { … }

Error in parsing value for ‘-webkit-box-pack’. Declaration

Hi @doxobit

Welcome to the Frontity community. Can you provide more of a description of what you’re trying to do, e.g. what URL are you trying to reach. Also what do you mean by “a blank wordpress installation”, do you mean that the WordPress installation has no content?

Do you have a link to a repo so that we can take a look at your code?

Hi, im new in frontity, im trying to see my basic data from a already wp installation http://www.chernandezwd.com/admin/ in my npm frontity dev http://localhost:3000/

i modify in the frontity.settings.js instated source>url but it showup a console error which said “at eval (webpack-internal:///./node_modules/@frontity/wp-source/src/libraries/api.ts:31:184)”

Hi @cristiancamilo.herna

Welcome to the Frontity community.

I’m not able to connect to http://www.chernandezwd.com. Can you check that the WP site is available. Also please provide a link to a repo so that we can take a look at your code. Thanks.