QwikDev / qwik

Instant-loading web apps, without effort
https://qwik.dev
MIT License
20.49k stars 1.26k forks source link

[✨]SSG Ignore Authenticated Routes Without Warning #6430

Open ToanTrinh01 opened 1 month ago

ToanTrinh01 commented 1 month ago

Is your feature request related to a problem?

When running static adapter, I need a list of every page that was generated and every page that was not generated

Describe the solution you'd like

When running static adapter I need a list of any page that was not generated so that it could help me debug the problem

Describe alternatives you've considered

Adding a env variable file in order to specify which page should be generated and bypass authentication

Additional context

I may want authentication middleware to handle by my hosting provider

It would still be a good idea to know which page is not being generated

gioboa commented 1 month ago

Hi, thanks for your suggestions. Correct me if I'm wrong but in this issue you mentioned different enhancements, right? Can you create a list of these features pls? because right now it's hard to understand.

PatrickJS commented 1 month ago

we need a list of routes generated and not generated