Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 months ago.
Improve this question
where can I get the database URL in my firebase console. Am having difficulties trying to generate the firebase options file so am configuring it myself. Welp!
In case you mean the databaseURL property of your Firebase config, it should be https://<project-name>.firebaseio.com. To get the full config, go to the "Project Overview" page, click "Add app", then select e.g. "Web", give it a name and the full config will be generated.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 days ago.
Improve this question
I'm trying to create a website with wordpress on localhost(xampp). I'm gonna use wordpress rest api while on my project but when i try to create password for api this error appearing
how can i create ssl certificate
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
I just created a new Wordpress project. I have managed to create a local domain to it, created db (without any data) and configurated my config.php (created from config.sample.php). Then I opened it in the browser to start the installation, but it is obviously broken - CSS is not working.
Please help, what can be wrong?
There is also another project where CSS files obviously don't work. I download that project from gitlab. That one was not from scretch. Both don't work correctly.
This problem usually occurs when you have not entered the correct website address during WordPress installation.
This guide will help you with:
https://wordpress.org/support/article/changing-the-site-url/
If the site is in an active domain, send its address so that the problem can be checked.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed last year.
Improve this question
Is this normal for a Headless WP/Next.js setup? When a new post is published from the Wordpress admin, it does not update to the site. In order for it to show I have to go into Vercel and redeploy the site for the blog post to update. This seems a little much to have to redeploy an entire website every time you create a new post. Is this normal or am I missing something?
Assuming you're using getStaticProps/Paths to generate your blog posts, you're also going to want to implement Incremental Static Regeneration to revalidate the data at set intervals.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I created a Login and Register page and it will redirect to Home page when there is an instance of user. At the Login screen, i want to add a "Skip For Now" button where users will not need to have an account to try out the app. Currently I am using signinAnonymously() for this action. Is there any pros and cons for this method? Are there any other methods I can use?
What you're doing is fairly idiomatic and the exact use-case that anonymous authentication was made for.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
we did a relaunch of a website. The old site included an Google Analytics code and got tracked. The new site (on same domain) doesnt had an tracking code but got tracked why ?
how long after the launch was the site tracked for? Is it still being tracked? Many users of the site may have cached JS which could still be calling googles tracking script.