New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SWA Local Testing #167
Comments
|
Just tested by deleting the build folder, the SWA CLI isn't able to find a config file and |
|
Are you able to provide a sample repo that repros the issue? Local dev with the SWA CLI is something I want to get back to. There's some discussion in #96 if you haven't already seen it. |
|
Hi @geoffrich ! |
|
I'll close this in favor of #96. |
Hi!
I have been able to get authentication running locally by running SWA pointing to the local devserver:
swa start http://127.0.0.1:5173 --api-devserver-url http://127.0.0.1:5173I am facing a problem related to the route
/api/__render.Here's what my svelte.config.js looks like:
And swa-cli-config.json:
The app runs and login/logout works but when I access the root url I get a not found error with these logs in the Vite terminal:
And these on the SWA terminal:
Any clues on what might be going on ?
The text was updated successfully, but these errors were encountered: