This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
@tomthor Hello! Thanks for taking a look at the starter! Are you still experiencing this issue? We've made some updates to the starter. Can you pull the latest version of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After 'npm run dev' I get the following warning:
[next-auth][warn][nextauth_url]
https://next-auth.js.org/warnings#nextauth_url NEXTAUTH_URL environment variable not set
This is strange as NEXTAUTH_URL is set in .env - I have triple checked all the .env values from docs and linked the ones from wp-config. The project doesn't seem to work properly, i'm also receiving errors such as
"To display your WordPress homepage dynamically, set your homepage to a static page via the WP dashboard (Settings: Reading Settings)." when i load the home page.
If I try to load a page I get -
"Server Error
Error: Only absolute URLs are supported"
I am using Laravel Valet, [email protected] as a local server to host my Wordpress install.
Any insight on these errors/warnings would be gladly received. I have spent so long trying to figure out what is causing this
Thanks
Beta Was this translation helpful? Give feedback.
All reactions