Questions tagged [wpengine]

25 questions
3
votes
0 answers

Running ReactJS build on wpengine, where wordpress code is placed

I am trying to run my ReactJS build on wp engine hosting, where my WordPress site is already residing. I have placed my ReactJS build on the root along with other folders such as wp-admin, wp-content, wp-includes. My ReactJS build is placed in a…
Jaskaran Singh
  • 2,392
  • 24
  • 39
2
votes
2 answers

SSH to wpengine works in windows command terminal but not git bash

Recently I had to get my hard drive replaced on my work machine and thus had to reconfigure everything. As a result I had to reinstall git bash. Before I was able to ssh fine into wpengine and now I cannot. I am able to connect via the regular…
YOUGLE
  • 43
  • 4
1
vote
0 answers

wp-engine and reactjs headless api returning wrong response

I am reactjs and wordpress to handle user management. The code I written is working fine in my local wordpress but in wp-engine it is returning my react public/index.html content as response. I have written custom functions using php to register and…
Veera Silamban
  • 223
  • 1
  • 14
1
vote
1 answer

wp-admin-canonical URL sets incorrectly in wp-admin for Wordpress

I have one WordPress Blog, which is hosted on Wp-Engine. The URL to the site is www.example.com/blogs. Now When I access the admin side, it removes the blog part, and the admin screen is loaded with www.example.com/wp-admin. Now if I click on any…
Happy Coder
  • 4,255
  • 13
  • 75
  • 152
1
vote
0 answers

How to implement Faust.js Basic Http Authentication

I'm implementing Headless Wordpress using Faust.js and ran into a problem. The current Wordpress backend requires basic http authentication, protected by base64-encoded credentials, before being able to access the backend site contents and I'm…
JMags1632
  • 69
  • 11
1
vote
1 answer

React Routing Not wokring inside Wordpress - [WPengine]

I've a Wordpress site hosted in WPEngine. I'm running a react application inside Wordpress using ReactPress plugin. https://####.wpengine.com/rpressapp/ - this is the slug where the production react app is running, I'm able to reach the root app…
1
vote
1 answer

PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity Wordpress WP Engine

At WP Engine, our prod and staging Wordpress environments both are running PHP 8.0. Using WP Engine dashboard, I automatically copied prod to staging and was ready to start on a new feature but immediately, I saw a new entry in the staging debug log…
BillieM
  • 321
  • 1
  • 2
  • 10
1
vote
1 answer

PHP cookie doesn't work on WP engine server for iOS/Chrome

I set up cookie like this function checkVisited(){ if ( !isset($_COOKIE['visited']) ) { setcookie('visited', 'yes', time() + 3600*24*30, "/", "", "", TRUE); define('visited', false); }else{ define('visited', true); …
rokky
  • 59
  • 6
1
vote
1 answer

Trying to run a WP Engine site locally but it keeps redirecting

I'm trying to run a wordpress site that is currently being hosted by Wordpress Engine locally. I followed the WP Engine instructions and did a find and replace on the sql…
0
votes
0 answers

How can i fix a PHP Warning: Attempt to read property "slug" on bool caused by WP search?

Our website search function suddently quit working this morning and no longer reads big commerce product's SKUs when showing search results. I spent the last couple of hours working with WP engine to restore our theme's header file as it had been…
0
votes
0 answers

Wordpress Simple-JWT-Login plugin is giving 405 method not allowed for DELETE and PUT call

I have developed and deployed react-wp-theme app in wp-engine. I have used simple-jwt-login plugin for user management. Register, Login, sending reset email api calls are working without any issues since those are POST calls. But when I am trying to…
Veera Silamban
  • 223
  • 1
  • 14
0
votes
0 answers

Wordpress redirect rules in WP-engine for wp-admin

I have my WordPress site hosted in Wp-Engine. The Url for the site is https://www.example.com/blogs. I have another AEM site at https://www.example.com. I have the following Web Rules in Wp-Engine for redirection. 1. Internal rewrite /blogs/(.*)…
Happy Coder
  • 4,255
  • 13
  • 75
  • 152
0
votes
0 answers

Maintaining MonsterInsights connection info during a site copy

I have WordPress sites hosted in WP Engine and right now I am using MonsterInsights to connect to our Google Analytics (GA4). Only the Production site is connected and when I copy from Staging to Production, that obviously gets undone, so I have to…
Mikey
  • 15
  • 5
0
votes
0 answers

Getting unexpected error when calling login api of JWT Authentication for WP-API in wp-engine

I am using react-wp-theme in wordpress the run a react app in wp-engine I am trying to call JWT Authentication for WP-API Login api to authenticate the user it is giving success 200 response but in response data I am getting my index.php file…
Veera Silamban
  • 223
  • 1
  • 14
0
votes
1 answer

Getting this error after switching Wordpress site to WPEngine: Failed to load resource: net::ERR_QUIC_PROTOCOL_ERROR

Migrated Wordpress site from Flywheel to WPEngine... A JS application I built is not working now and throwing this error - wondering if anyone knew or had any solutions. Error: Failed to load resource: net::ERR_QUIC_PROTOCOL_ERROR Page:…
Amy
  • 1
  • 2
1
2