enchant97 / note-mark

Note Mark is a lighting fast and minimal; web-based Markdown notes app.
https://notemark.docs.enchantedcode.co.uk/
GNU Affero General Public License v3.0
297 stars 6 forks source link

(BUG) Using the aio version, it still requesting the API server #169

Closed edersong closed 8 months ago

edersong commented 8 months ago

Is there an existing issue for this?

Is This A Security Issue?

Describe The Problem

Using the aio version, it still requesting the API server 2023-12-27 211137

Expected Behavior

Not ask for a API address

Steps To Reproduce

Update docker container to aio version and try to login

Environment

No response

Extra Context

No response

enchant97 commented 8 months ago

Working fine on a fresh install on mine. Ensure your CORS_ORIGINS is set correctly. If you were previously logged in try clearing your browser cache or just enter the server url with /api added on the end.

edersong commented 8 months ago

Cleared the browser cache worked! Thanks!