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
Dear strangerlabs-team,
first of all, thanks for all the effort with this project!
I've tried to use the client within chrome (with static delivery via express.static), but it does not work, because the imports does not work because they require a .js at the end.
As far as I know, NodeJS does not care about the ".js" at the end of import, and with the .js Chrome would understand it, so I think that would be a nice addition to the project.
This commit would show the changes, if the idea will get accepted: Mik13@6cdbd75
Best regards
The text was updated successfully, but these errors were encountered:
Hi @Mik13! Thanks for creating these issues. Our entire team is a bit distracted at the moment, but we're listening and we'll circle back at the first opportunity. We appreciate your patience :)
Dear strangerlabs-team,
first of all, thanks for all the effort with this project!
I've tried to use the client within chrome (with static delivery via express.static), but it does not work, because the imports does not work because they require a .js at the end.
Error:
GET https://localhost:3001/js/webauthn/client/Client net::ERR_ABORTED 404 (Not Found)
As far as I know, NodeJS does not care about the ".js" at the end of import, and with the .js Chrome would understand it, so I think that would be a nice addition to the project.
This commit would show the changes, if the idea will get accepted: Mik13@6cdbd75
Best regards
The text was updated successfully, but these errors were encountered: