Reputation: 516
I am have making a intranet web page that will running on the private network with the nextjs.
But the builded nextjs webapp that running on production level force loaded files of css, js, image on the path by https protocol.
But i have to use http protocol becauece of my project will run on private network.
How can i use a nextjs project with the http protocol on production service.
Upvotes: 0
Views: 98
Reputation: 516
I solved it. It just csp problem In private network, removed csp
Upvotes: 0