rockiger / reactpress

Plugin that lets you easily create, build and deploy React apps into your existing WordPress sites.
https://rockiger.com/en/reactpress/
GNU General Public License v2.0
51 stars 7 forks source link

Error when trying to see the page, #59

Open amoyano opened 1 month ago

amoyano commented 1 month ago

I am getting this error ,m my wordpress is on Linux AWS, it is the sample app from React, Wordpress Version 6.5

image

Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /var/app/current/web/app/plugins/reactpress/public/User.php:272 Stack trace: #0 /var/app/current/web/app/plugins/reactpress/public/User.php(93): ReactPress\User\User->repr_load_react_app() #1 /var/app/current/web/wp/wp-includes/class-wp-hook.php(324): ReactPress\User\User->enqueue_scripts('') #2 /var/app/current/web/wp/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #3 /var/app/current/web/wp/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /var/app/current/web/wp/wp-includes/script-loader.php(2265): do_action('wp_enqueue_scri...') #5 /var/app/current/web/wp/wp-includes/class-wp-hook.php(324): wp_enqueue_scripts('') #6 /var/app/current/web/wp/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #7 /var/app/current/web/wp/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /var/app/current/web/wp/wp-includes/general-template.php(3050): do_action('wp_head') #9 /var/app/current/web/app/themes/markspain/header.php(42): wp_head() #10 /var/app/current/web/wp/wp-includes/template.php(810): require_once('/var/app/curren...') #11 /var/app/current/web/wp/wp-includes/template.php(745): load_template('/var/app/curren...', true, Array) #12 /var/app/current/web/wp/wp-includes/general-template.php(48): locate_template(Array, true, true, Array) #13 /var/app/current/web/app/themes/markspain/page.php(6): get_header() #14 /var/app/current/web/wp/wp-includes/template-loader.php(106): include('/var/app/curren...') #15 /var/app/current/web/wp/wp-blog-header.php(19): require_once('/var/app/curren...') #16 /var/app/current/web/index.php(5): require('/var/app/curren...') #17 {main} thrown in /var/app/current/web/app/plugins/reactpress/public/User.php on line 272

Also when trying to add pages there are errors: image

jpotosme-sjrtd commented 1 week ago

Currently experiencing the same. Were you able to get this resolved? @amoyano

rockiger commented 6 days ago

I don't know how to debug this. The error doesn't make sense to me. I don't know should be offset here.