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
Hi, I just found a tiny problem about the blueprints subdomain.
According to a stackoverflow answer, if you use a subdomain setup, you have to config a SERVER_NAME and you have to setup a default subdomain, such as "www":
If you do not do the config above, app.register_blueprint(site, subdomain='<site_subdomain>')
The code would not work.
Maybe I am wrong. But I tested it. And the subdomain could not work if I did not config the 'SERVER_NAME' and default_subdomain
My point is that your book in the session about subdomain, your code does not config the SERVER_NAME or default_submain, but it seems your code still works.
Would you like to talk about the subdomain issue more specific? Thank you .
The text was updated successfully, but these errors were encountered:
Hi, I just found a tiny problem about the blueprints subdomain.
According to a stackoverflow answer, if you use a subdomain setup, you have to config a SERVER_NAME and you have to setup a default subdomain, such as "www":
If you do not do the config above,
app.register_blueprint(site, subdomain='<site_subdomain>')
The code would not work.
Maybe I am wrong. But I tested it. And the subdomain could not work if I did not config the 'SERVER_NAME' and default_subdomain
My point is that your book in the session about subdomain, your code does not config the SERVER_NAME or default_submain, but it seems your code still works.
Would you like to talk about the subdomain issue more specific? Thank you .
The text was updated successfully, but these errors were encountered: