You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I set up a MAMP server on my local machine with the address localhost:8888.
Because I installed FoundationPress and used gulp Browser Sync for live view I accidentally logged in to my WP through localhost:3000. I wonder if I should be worried about any changes in my database in case I updated something on my website.
The text was updated successfully, but these errors were encountered:
You are fine. The WordPress server is still the same, BrowserSync just uses localhost as a proxy for the MAMP server.
The only downside to logging in to the WP Dashboard through localhost is that the dashboard will reload when changes are detected. After BrowserSync starts and opens a new tab for localhost, I always login to the dashboard in a separate tab through the original local server url (mywebsite.dev for example) so the dashboard doesn't refresh with the rest of the site.
I set up a MAMP server on my local machine with the address localhost:8888.
Because I installed FoundationPress and used gulp Browser Sync for live view I accidentally logged in to my WP through localhost:3000. I wonder if I should be worried about any changes in my database in case I updated something on my website.
The text was updated successfully, but these errors were encountered: