Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant add new post image without link in dashboard #1

Open
philip06lee opened this issue Jun 5, 2023 · 2 comments
Open

Cant add new post image without link in dashboard #1

philip06lee opened this issue Jun 5, 2023 · 2 comments

Comments

@philip06lee
Copy link

philip06lee commented Jun 5, 2023

For Add New Post in Dashboard, can an image be posted without any image link be added in?

@philip06lee philip06lee changed the title Cant add new post in dashboard Cant add new post image without link in dashboard Jun 5, 2023
@haroune22
Copy link

i can connect to MongoDB just 1 time then I will have to restart my app?????

@codewithryugen
Copy link

@philip06lee this works for me

/** @type {import('next').NextConfig} */
const nextConfig = {
    images:{
       remotePatterns:[
        {
            protocol:"https",
            hostname:"*"
        }
       ]
    }
}

module.exports = nextConfig

add this into next.config.js file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants