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
The datasette server command 302 redirects paths such as //example.com/ to '//example.com' which is followed by curl and browsers to 'https://example.com'.
Note, the path needs to begin with double-slash and end in a slash.
There's a log of how to reproduce the issue locally in this gist.
I've been unable to reproduce this issue on production servers, so could be something to flag more strongly in documentation if this is expected behaviour in development.
The text was updated successfully, but these errors were encountered:
The datasette server command 302 redirects paths such as
//example.com/
to '//example.com' which is followed by curl and browsers to 'https://example.com'.Note, the path needs to begin with double-slash and end in a slash.
There's a log of how to reproduce the issue locally in this gist.
I've been unable to reproduce this issue on production servers, so could be something to flag more strongly in documentation if this is expected behaviour in development.
The text was updated successfully, but these errors were encountered: