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
It appears that npm was misnamed in the DocHandler causing authentication to not work with pn.serve().
See line 330 in panel/io/server.py
npm_cdn=config.npn_cdn,
Needs to be
npm_cdn=config.npm_cdn,
A few steps are needed if you want to reproduce the error. But you should easily be able to see the typo.
Here is a reproducible example. You will have to use your own google web api credentials and add the correct redirect uri and your own encryption and cookie keys.
Python 3.10.6
Panel 0.14
It appears that npm was misnamed in the DocHandler causing authentication to not work with pn.serve().
See line 330 in panel/io/server.py
Needs to be
A few steps are needed if you want to reproduce the error. But you should easily be able to see the typo.
Here is a reproducible example. You will have to use your own google web api credentials and add the correct redirect uri and your own encryption and cookie keys.
I can open a merge request for this as well if needed.
The text was updated successfully, but these errors were encountered: