Did you also try re-saving the permalinks?
Can you check the console errors? Right click on screen, inspect element, console (using Chrome).
If you can post that here, that might tell us more.
Howdy, thanks for replying back – I did try resaving the permalinks and that didn’t do anything.
Looking at the console errors I have four – two are for the same thing: Failed to load source: the server responded with a status of 403 (forbidden). The two errors are also for the same thing, says uncaught (in promise) error: request failed with status 403 (forbidden).
Failed to load resource: the server responded with a status of 403 (Forbidden)
index.js?ver=c29f6f34369ace1ff784:1
Uncaught (in promise) Error: Request failed with status code 403
at e.exports (index.js?ver=c29f6f34369ace1ff784:1:6336)
at e.exports (index.js?ver=c29f6f34369ace1ff784:1:8766)
at XMLHttpRequest.C (index.js?ver=c29f6f34369ace1ff784:1:841)
3.133.75.153/index.php/wp-json/reallysimplessl/v1/tests/get_modal_status?state=undefined&nonce=6ee79a9613&token=nvrjv&data=undefined:1
Failed to load resource: the server responded with a status of 403 (Forbidden)
index.js?ver=c29f6f34369ace1ff784:1
Uncaught (in promise) Error: Request failed with status code 403
at e.exports (index.js?ver=c29f6f34369ace1ff784:1:6336)
at e.exports (index.js?ver=c29f6f34369ace1ff784:1:8766)
at XMLHttpRequest.C (index.js?ver=c29f6f34369ace1ff784:1:841)
The 403 is a forbidden error, which suggests the rest api url is blocked. The other errors result from this error.
Possibly this is done by a plugin on your site, or by security rules on the server.
Can you check if the rest api is blocked by another plugin?
If not, I’d check with your hosting company if they block such requests.
fixed it – when I defined my domain in wordpress I left the second field to my public IP. Changed both to my domain(had another issue), it fixed it. Go figure XD thanks though ^_^